#D0644D

Color #D0644D Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D0644D

Tints of Dark Coral #D0644D

Color information

#D0644D (or 0xD0644D) is unknown color: approx Dark Coral. HEX triplet: D0, 64 and 4D. RGB value is (208,100,77). Sum of RGB (Red+Green+Blue) = 208+100+77=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0644D is #2F9BB2. Grayscale: #818181. Windows color (decimal): -3120051 or 5072080. OLE color: 5072080.

HSL color Cylindrical-coordinate representation of color #D0644D: hue angle of 10.53º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0644D is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB20810077-
CMYK00.520.630.18
HSL10.53º58.22%55.88%-
HSV(B)10.53º62.98%81.57%-
XYZ31.9123.069.79-
YUV129.6798.28183.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 54.03%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 77 (30.47% from 255) = 20%
R=54.03%
G=25.97%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081007700.520.630.1810.5358.2255.88
HexD0644D0343F12b3a38
Octal3201441150647722137270
Binary11010000110010010011010110100111111100101011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0644D; }

 p { color: rgb(208,100,77); }

 H1.HeaderClassName
 {
   color: #D0644D;
 }
 .AnyTagClassName
 {
   color: #D0644D;
 }
</style>
background-color css

<style>
 a { background-color: #D0644D; }

 a { background-color: rgb(208,100,77); }

 div.DivClassName
 {
   background-color: #D0644D;
 }
 .BgClassName
 {
   background-color: #D0644D;
 }
</style>
border-color css

<style>
 span { border-color: #D0644D; }

 span { border-color: rgb(208,100,77); }

 td.TdClassName
 {
   border-color: #D0644D;
 }
 .TagClassName
 {
   border-color: #D0644D;
 }
</style>