Html Css Color HEX #D06046 Dark Coral

📋 copy color: '#D06046'

red 208 ◦ green 96 ◦ blue 70

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

Shades of Dark Coral #D06046

Tints of Dark Coral #D06046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 55.61%
G = 25.67%
B = 18.72%

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

#D06046 (or 0xD06046) is known color: Dark Coral. HEX triplet: D0, 60 and 46. RGB value is (208,96,70). Sum of RGB (Red+Green+Blue) = 208+96+70=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D06046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06046 is #2F9FB9. Grayscale: #7E7E7E. Windows color (decimal): -3121082 or 4612304. OLE color: 4612304.

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

Color convert

RGB 208 96 70 -
CMYK 0 0.54 0.66 0.18
HSL 11.3º 0.59% 0.55% -
HSV(B) 11.3º 0.66% 0.82% -
XYZ 31.3 22.22 8.43 -
YUV 126.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 208 96 70 0 0.54 0.66 0.18 11.3 0.59 0.55
Hex D0 60 46 0 36 42 12 B 3B 37
Octal 320 140 106 0 66 102 22 13 73 67
Binary 11010000 1100000 1000110 0 110110 1000010 10010 1011 111011 110111

Color Harmonies of #D06046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06046

Black with #D06046

Text Example


Text Example

White with #D06046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06046; }

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

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

background-color css

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

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

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

border-color css

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

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

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