Html Css Color HEX #D06149 Dark Coral

📋 copy color: '#D06149'

red 208 ◦ green 97 ◦ blue 73

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

Shades of Dark Coral #D06149

Tints of Dark Coral #D06149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.66%

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 55.03%
G = 25.66%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D06149 (or 0xD06149) is known color: Dark Coral. HEX triplet: D0, 61 and 49. RGB value is (208,97,73). Sum of RGB (Red+Green+Blue) = 208+97+73=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D06149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06149 is #2F9EB6. Grayscale: #7F7F7F. Windows color (decimal): -3120823 or 4809168. OLE color: 4809168.

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

Color convert

RGB 208 97 73 -
CMYK 0 0.53 0.65 0.18
HSL 10.67º 0.59% 0.55% -
HSV(B) 10.67º 0.65% 0.82% -
XYZ 31.49 22.44 8.98 -
YUV 127.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 208 97 73 0 0.53 0.65 0.18 10.67 0.59 0.55
Hex D0 61 49 0 35 41 12 B 3B 37
Octal 320 141 111 0 65 101 22 13 73 67
Binary 11010000 1100001 1001001 0 110101 1000001 10010 1011 111011 110111

Color Harmonies of #D06149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06149

Black with #D06149

Text Example


Text Example

White with #D06149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06149; }

 p { color: rgb(208,97,73); }

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

background-color css

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

 a { background-color: rgb(208,97,73); }

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

border-color css

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

 span { border-color: rgb(208,97,73); }

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