Html Css Color HEX #D96119 Chocolate

📋 copy color: '#D96119'

red 217 ◦ green 97 ◦ blue 25

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

Shades of Chocolate #D96119

Tints of Chocolate #D96119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.37%

R = 64.01%
G = 28.61%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D96119 (or 0xD96119) is known color: Chocolate. HEX triplet: D9, 61 and 19. RGB value is (217,97,25). Sum of RGB (Red+Green+Blue) = 217+97+25=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D96119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96119 is #269EE6. Grayscale: #7D7D7D. Windows color (decimal): -2531047 or 1663449. OLE color: 1663449.

HSL color Cylindrical-coordinate representation of color #D96119: hue angle of 22.5º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D96119 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 25 -
CMYK 0 0.55 0.88 0.15
HSL 22.5º 0.79% 0.47% -
HSV(B) 22.5º 0.88% 0.85% -
XYZ 33.07 23.37 3.69 -
YUV 124.67 71.76 193.85 -
System Red Green Blue C M Y K H S L
Decimal 217 97 25 0 0.55 0.88 0.15 22.5 0.79 0.47
Hex D9 61 19 0 37 58 F 16 4F 2F
Octal 331 141 31 0 67 130 17 26 117 57
Binary 11011001 1100001 11001 0 110111 1011000 1111 10110 1001111 101111

Color Harmonies of #D96119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96119

Black with #D96119

Text Example


Text Example

White with #D96119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96119; }

 p { color: rgb(217,97,25); }

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

background-color css

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

 a { background-color: rgb(217,97,25); }

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

border-color css

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

 span { border-color: rgb(217,97,25); }

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