Html Css Color HEX #D96042 Dark Coral

📋 copy color: '#D96042'

red 217 ◦ green 96 ◦ blue 66

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

Shades of Dark Coral #D96042

Tints of Dark Coral #D96042

RGB

 RED value IS 217 (85.16% from 255) = 57.26%

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 57.26%
G = 25.33%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D96042 (or 0xD96042) is known color: Dark Coral. HEX triplet: D9, 60 and 42. RGB value is (217,96,66). Sum of RGB (Red+Green+Blue) = 217+96+66=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D96042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96042 is #269FBD. Grayscale: #818181. Windows color (decimal): -2531262 or 4350169. OLE color: 4350169.

HSL color Cylindrical-coordinate representation of color #D96042: hue angle of 11.92º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D96042 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 66 -
CMYK 0 0.56 0.70 0.15
HSL 11.92º 0.67% 0.55% -
HSV(B) 11.92º 0.7% 0.85% -
XYZ 33.78 23.51 7.91 -
YUV 128.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 217 96 66 0 0.56 0.70 0.15 11.92 0.67 0.55
Hex D9 60 42 0 38 46 F C 43 37
Octal 331 140 102 0 70 106 17 14 103 67
Binary 11011001 1100000 1000010 0 111000 1000110 1111 1100 1000011 110111

Color Harmonies of #D96042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96042

Black with #D96042

Text Example


Text Example

White with #D96042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96042; }

 p { color: rgb(217,96,66); }

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

background-color css

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

 a { background-color: rgb(217,96,66); }

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

border-color css

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

 span { border-color: rgb(217,96,66); }

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