Html Css Color HEX #D16822 Chocolate

📋 copy color: '#D16822'

red 209 ◦ green 104 ◦ blue 34

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

Shades of Chocolate #D16822

Tints of Chocolate #D16822

RGB

 RED value IS 209 (82.03% from 255) = 60.23%

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

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

R = 60.23%
G = 29.97%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D16822 (or 0xD16822) is known color: Chocolate. HEX triplet: D1, 68 and 22. RGB value is (209,104,34). Sum of RGB (Red+Green+Blue) = 209+104+34=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D16822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16822 is #2E97DD. Grayscale: #7F7F7F. Windows color (decimal): -3053534 or 2255057. OLE color: 2255057.

HSL color Cylindrical-coordinate representation of color #D16822: hue angle of 24º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D16822 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 34 -
CMYK 0 0.50 0.84 0.18
HSL 24º 0.72% 0.48% -
HSV(B) 24º 0.84% 0.82% -
XYZ 31.53 23.57 4.4 -
YUV 127.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 209 104 34 0 0.50 0.84 0.18 24 0.72 0.48
Hex D1 68 22 0 32 54 12 18 48 30
Octal 321 150 42 0 62 124 22 30 110 60
Binary 11010001 1101000 100010 0 110010 1010100 10010 11000 1001000 110000

Color Harmonies of #D16822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16822

Black with #D16822

Text Example


Text Example

White with #D16822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16822; }

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

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

background-color css

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

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

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

border-color css

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

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

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