Html Css Color HEX #D96C10 Chocolate

📋 copy color: '#D96C10'

red 217 ◦ green 108 ◦ blue 16

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

Shades of Chocolate #D96C10

Tints of Chocolate #D96C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

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

R = 63.64%
G = 31.67%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D96C10 (or 0xD96C10) is known color: Chocolate. HEX triplet: D9, 6C and 10. RGB value is (217,108,16). Sum of RGB (Red+Green+Blue) = 217+108+16=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96C10 is #2693EF. Grayscale: #828282. Windows color (decimal): -2528240 or 1076441. OLE color: 1076441.

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

Color convert

RGB 217 108 16 -
CMYK 0 0.50 0.93 0.15
HSL 27.46º 0.86% 0.46% -
HSV(B) 27.46º 0.93% 0.85% -
XYZ 34.07 25.51 3.62 -
YUV 130.1 63.61 189.98 -
System Red Green Blue C M Y K H S L
Decimal 217 108 16 0 0.50 0.93 0.15 27.46 0.86 0.46
Hex D9 6C 10 0 32 5D F 1B 56 2E
Octal 331 154 20 0 62 135 17 33 126 56
Binary 11011001 1101100 10000 0 110010 1011101 1111 11011 1010110 101110

Color Harmonies of #D96C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C10

Black with #D96C10

Text Example


Text Example

White with #D96C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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