Html Css Color HEX #D96822 Chocolate

📋 copy color: '#D96822'

red 217 ◦ green 104 ◦ blue 34

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

Shades of Chocolate #D96822

Tints of Chocolate #D96822

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.3%

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

R = 61.13%
G = 29.3%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D96822 (or 0xD96822) is known color: Chocolate. HEX triplet: D9, 68 and 22. RGB value is (217,104,34). Sum of RGB (Red+Green+Blue) = 217+104+34=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D96822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96822 is #2697DD. Grayscale: #828282. Windows color (decimal): -2529246 or 2255065. OLE color: 2255065.

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

Color convert

RGB 217 104 34 -
CMYK 0 0.52 0.84 0.15
HSL 22.95º 0.73% 0.49% -
HSV(B) 22.95º 0.84% 0.85% -
XYZ 33.85 24.77 4.51 -
YUV 129.81 73.94 190.19 -
System Red Green Blue C M Y K H S L
Decimal 217 104 34 0 0.52 0.84 0.15 22.95 0.73 0.49
Hex D9 68 22 0 34 54 F 17 49 31
Octal 331 150 42 0 64 124 17 27 111 61
Binary 11011001 1101000 100010 0 110100 1010100 1111 10111 1001001 110001

Color Harmonies of #D96822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96822

Black with #D96822

Text Example


Text Example

White with #D96822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96822; }

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

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

background-color css

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

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

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

border-color css

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

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

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