Html Css Color HEX #D96F11 Chocolate

📋 copy color: '#D96F11'

red 217 ◦ green 111 ◦ blue 17

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

Shades of Chocolate #D96F11

Tints of Chocolate #D96F11

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 17 (7.03% from 255) = 4.93%

R = 62.9%
G = 32.17%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D96F11 (or 0xD96F11) is known color: Chocolate. HEX triplet: D9, 6F and 11. RGB value is (217,111,17). Sum of RGB (Red+Green+Blue) = 217+111+17=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96F11 is #2690EE. Grayscale: #848484. Windows color (decimal): -2527471 or 1142745. OLE color: 1142745.

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

Color convert

RGB 217 111 17 -
CMYK 0 0.49 0.92 0.15
HSL 28.2º 0.85% 0.46% -
HSV(B) 28.2º 0.92% 0.85% -
XYZ 34.4 26.16 3.77 -
YUV 131.98 63.12 188.64 -
System Red Green Blue C M Y K H S L
Decimal 217 111 17 0 0.49 0.92 0.15 28.2 0.85 0.46
Hex D9 6F 11 0 31 5C F 1C 55 2E
Octal 331 157 21 0 61 134 17 34 125 56
Binary 11011001 1101111 10001 0 110001 1011100 1111 11100 1010101 101110

Color Harmonies of #D96F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F11

Black with #D96F11

Text Example


Text Example

White with #D96F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F11; }

 p { color: rgb(217,111,17); }

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

background-color css

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

 a { background-color: rgb(217,111,17); }

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

border-color css

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

 span { border-color: rgb(217,111,17); }

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