Html Css Color HEX #D06047 Dark Coral

📋 copy color: '#D06047'

red 208 ◦ green 96 ◦ blue 71

#D06047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #D06047

Tints of Dark Coral #D06047

RGB

 RED value IS 208 (81.64% from 255) = 55.47%

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 55.47%
G = 25.6%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D06047 (or 0xD06047) is known color: Dark Coral. HEX triplet: D0, 60 and 47. RGB value is (208,96,71). Sum of RGB (Red+Green+Blue) = 208+96+71=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D06047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06047 is #2F9FB8. Grayscale: #7E7E7E. Windows color (decimal): -3121081 or 4677840. OLE color: 4677840.

HSL color Cylindrical-coordinate representation of color #D06047: hue angle of 10.95º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D06047 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 71 -
CMYK 0 0.54 0.66 0.18
HSL 10.95º 0.59% 0.55% -
HSV(B) 10.95º 0.66% 0.82% -
XYZ 31.33 22.23 8.6 -
YUV 126.64 96.61 186.03 -
System Red Green Blue C M Y K H S L
Decimal 208 96 71 0 0.54 0.66 0.18 10.95 0.59 0.55
Hex D0 60 47 0 36 42 12 B 3B 37
Octal 320 140 107 0 66 102 22 13 73 67
Binary 11010000 1100000 1000111 0 110110 1000010 10010 1011 111011 110111

Color Harmonies of #D06047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06047

Black with #D06047

Text Example


Text Example

White with #D06047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06047; }

 p { color: rgb(208,96,71); }

 H1.HeaderClassName
 {
   color: #D06047;
 }
 .AnyTagClassName
 {
   color: #D06047;
 }
</style>

background-color css

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

 a { background-color: rgb(208,96,71); }

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

border-color css

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

 span { border-color: rgb(208,96,71); }

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