Html Css Color HEX #D96010 Chocolate

📋 copy color: '#D96010'

red 217 ◦ green 96 ◦ blue 16

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

Shades of Chocolate #D96010

Tints of Chocolate #D96010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 65.96%
G = 29.18%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D96010 (or 0xD96010) is known color: Chocolate. HEX triplet: D9, 60 and 10. RGB value is (217,96,16). Sum of RGB (Red+Green+Blue) = 217+96+16=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D96010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96010 is #269FEF. Grayscale: #7B7B7B. Windows color (decimal): -2531312 or 1073369. OLE color: 1073369.

HSL color Cylindrical-coordinate representation of color #D96010: hue angle of 23.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D96010 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 96 16 -
CMYK 0 0.56 0.93 0.15
HSL 23.88º 0.86% 0.46% -
HSV(B) 23.88º 0.93% 0.85% -
XYZ 32.89 23.15 3.23 -
YUV 123.06 67.59 195 -
System Red Green Blue C M Y K H S L
Decimal 217 96 16 0 0.56 0.93 0.15 23.88 0.86 0.46
Hex D9 60 10 0 38 5D F 18 56 2E
Octal 331 140 20 0 70 135 17 30 126 56
Binary 11011001 1100000 10000 0 111000 1011101 1111 11000 1010110 101110

Color Harmonies of #D96010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96010

Black with #D96010

Text Example


Text Example

White with #D96010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96010; }

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

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

background-color css

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

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

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

border-color css

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

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

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