Html Css Color HEX #D96710 Chocolate

📋 copy color: '#D96710'

red 217 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #D96710

Tints of Chocolate #D96710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 64.58%
G = 30.65%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D96710 (or 0xD96710) is known color: Chocolate. HEX triplet: D9, 67 and 10. RGB value is (217,103,16). Sum of RGB (Red+Green+Blue) = 217+103+16=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D96710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96710 is #2698EF. Grayscale: #7F7F7F. Windows color (decimal): -2529520 or 1075161. OLE color: 1075161.

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

Color convert

RGB 217 103 16 -
CMYK 0 0.53 0.93 0.15
HSL 25.97º 0.86% 0.46% -
HSV(B) 25.97º 0.93% 0.85% -
XYZ 33.56 24.49 3.45 -
YUV 127.17 65.27 192.07 -
System Red Green Blue C M Y K H S L
Decimal 217 103 16 0 0.53 0.93 0.15 25.97 0.86 0.46
Hex D9 67 10 0 35 5D F 1A 56 2E
Octal 331 147 20 0 65 135 17 32 126 56
Binary 11011001 1100111 10000 0 110101 1011101 1111 11010 1010110 101110

Color Harmonies of #D96710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96710

Black with #D96710

Text Example


Text Example

White with #D96710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96710; }

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

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

background-color css

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

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

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

border-color css

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

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

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