Html Css Color HEX #D96210 Chocolate

📋 copy color: '#D96210'

red 217 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #D96210

Tints of Chocolate #D96210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 65.56%
G = 29.61%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D96210 (or 0xD96210) is known color: Chocolate. HEX triplet: D9, 62 and 10. RGB value is (217,98,16). Sum of RGB (Red+Green+Blue) = 217+98+16=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D96210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96210 is #269DEF. Grayscale: #7C7C7C. Windows color (decimal): -2530800 or 1073881. OLE color: 1073881.

HSL color Cylindrical-coordinate representation of color #D96210: hue angle of 24.48º 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 #D96210 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 98 16 -
CMYK 0 0.55 0.93 0.15
HSL 24.48º 0.86% 0.46% -
HSV(B) 24.48º 0.93% 0.85% -
XYZ 33.08 23.52 3.29 -
YUV 124.23 66.92 194.17 -
System Red Green Blue C M Y K H S L
Decimal 217 98 16 0 0.55 0.93 0.15 24.48 0.86 0.46
Hex D9 62 10 0 37 5D F 18 56 2E
Octal 331 142 20 0 67 135 17 30 126 56
Binary 11011001 1100010 10000 0 110111 1011101 1111 11000 1010110 101110

Color Harmonies of #D96210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96210

Black with #D96210

Text Example


Text Example

White with #D96210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96210; }

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

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

background-color css

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

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

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

border-color css

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

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

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