Html Css Color HEX #D96F16 Chocolate

📋 copy color: '#D96F16'

red 217 ◦ green 111 ◦ blue 22

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

Shades of Chocolate #D96F16

Tints of Chocolate #D96F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 62%
G = 31.71%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96F16 (or 0xD96F16) is known color: Chocolate. HEX triplet: D9, 6F and 16. RGB value is (217,111,22). Sum of RGB (Red+Green+Blue) = 217+111+22=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96F16 is #2690E9. Grayscale: #858585. Windows color (decimal): -2527466 or 1470425. OLE color: 1470425.

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

Color convert

RGB 217 111 22 -
CMYK 0 0.49 0.90 0.15
HSL 27.38º 0.82% 0.47% -
HSV(B) 27.38º 0.9% 0.85% -
XYZ 34.44 26.18 4 -
YUV 132.55 65.62 188.24 -
System Red Green Blue C M Y K H S L
Decimal 217 111 22 0 0.49 0.90 0.15 27.38 0.82 0.47
Hex D9 6F 16 0 31 5A F 1B 52 2F
Octal 331 157 26 0 61 132 17 33 122 57
Binary 11011001 1101111 10110 0 110001 1011010 1111 11011 1010010 101111

Color Harmonies of #D96F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F16

Black with #D96F16

Text Example


Text Example

White with #D96F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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