Html Css Color HEX #D96810 Chocolate

📋 copy color: '#D96810'

red 217 ◦ green 104 ◦ blue 16

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

Shades of Chocolate #D96810

Tints of Chocolate #D96810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

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

R = 64.39%
G = 30.86%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D96810 (or 0xD96810) is known color: Chocolate. HEX triplet: D9, 68 and 10. RGB value is (217,104,16). Sum of RGB (Red+Green+Blue) = 217+104+16=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D96810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96810 is #2697EF. Grayscale: #808080. Windows color (decimal): -2529264 or 1075417. OLE color: 1075417.

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

Color convert

RGB 217 104 16 -
CMYK 0 0.52 0.93 0.15
HSL 26.27º 0.86% 0.46% -
HSV(B) 26.27º 0.93% 0.85% -
XYZ 33.66 24.69 3.48 -
YUV 127.76 64.94 191.66 -
System Red Green Blue C M Y K H S L
Decimal 217 104 16 0 0.52 0.93 0.15 26.27 0.86 0.46
Hex D9 68 10 0 34 5D F 1A 56 2E
Octal 331 150 20 0 64 135 17 32 126 56
Binary 11011001 1101000 10000 0 110100 1011101 1111 11010 1010110 101110

Color Harmonies of #D96810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96810

Black with #D96810

Text Example


Text Example

White with #D96810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96810; }

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

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

background-color css

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

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

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

border-color css

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

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

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