Html Css Color HEX #D96D22 Chocolate

📋 copy color: '#D96D22'

red 217 ◦ green 109 ◦ blue 34

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

Shades of Chocolate #D96D22

Tints of Chocolate #D96D22

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

 BLUE value IS 34 (13.67% from 255) = 9.44%

R = 60.28%
G = 30.28%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D96D22 (or 0xD96D22) is known color: Chocolate. HEX triplet: D9, 6D and 22. RGB value is (217,109,34). Sum of RGB (Red+Green+Blue) = 217+109+34=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96D22 is #2692DD. Grayscale: #858585. Windows color (decimal): -2527966 or 2256345. OLE color: 2256345.

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

Color convert

RGB 217 109 34 -
CMYK 0 0.50 0.84 0.15
HSL 24.59º 0.73% 0.49% -
HSV(B) 24.59º 0.84% 0.85% -
XYZ 34.37 25.8 4.68 -
YUV 132.74 72.28 188.1 -
System Red Green Blue C M Y K H S L
Decimal 217 109 34 0 0.50 0.84 0.15 24.59 0.73 0.49
Hex D9 6D 22 0 32 54 F 19 49 31
Octal 331 155 42 0 62 124 17 31 111 61
Binary 11011001 1101101 100010 0 110010 1010100 1111 11001 1001001 110001

Color Harmonies of #D96D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D22

Black with #D96D22

Text Example


Text Example

White with #D96D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D22; }

 p { color: rgb(217,109,34); }

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

background-color css

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

 a { background-color: rgb(217,109,34); }

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

border-color css

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

 span { border-color: rgb(217,109,34); }

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