Html Css Color HEX #D06048 Dark Coral

📋 copy color: '#D06048'

red 208 ◦ green 96 ◦ blue 72

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

Shades of Dark Coral #D06048

Tints of Dark Coral #D06048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 55.32%
G = 25.53%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D06048 (or 0xD06048) is known color: Dark Coral. HEX triplet: D0, 60 and 48. RGB value is (208,96,72). Sum of RGB (Red+Green+Blue) = 208+96+72=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D06048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06048 is #2F9FB7. Grayscale: #7E7E7E. Windows color (decimal): -3121080 or 4743376. OLE color: 4743376.

HSL color Cylindrical-coordinate representation of color #D06048: hue angle of 10.59º 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 #D06048 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 72 -
CMYK 0 0.54 0.65 0.18
HSL 10.59º 0.59% 0.55% -
HSV(B) 10.59º 0.65% 0.82% -
XYZ 31.37 22.24 8.77 -
YUV 126.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 208 96 72 0 0.54 0.65 0.18 10.59 0.59 0.55
Hex D0 60 48 0 36 41 12 B 3B 37
Octal 320 140 110 0 66 101 22 13 73 67
Binary 11010000 1100000 1001000 0 110110 1000001 10010 1011 111011 110111

Color Harmonies of #D06048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06048

Black with #D06048

Text Example


Text Example

White with #D06048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06048; }

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

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

background-color css

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

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

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

border-color css

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

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

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