Html Css Color HEX #D06822 Chocolate

📋 copy color: '#D06822'

red 208 ◦ green 104 ◦ blue 34

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

Shades of Chocolate #D06822

Tints of Chocolate #D06822

RGB

 RED value IS 208 (81.64% from 255) = 60.12%

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

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

R = 60.12%
G = 30.06%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D06822 (or 0xD06822) is known color: Chocolate. HEX triplet: D0, 68 and 22. RGB value is (208,104,34). Sum of RGB (Red+Green+Blue) = 208+104+34=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D06822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06822 is #2F97DD. Grayscale: #7F7F7F. Windows color (decimal): -3119070 or 2255056. OLE color: 2255056.

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

Color convert

RGB 208 104 34 -
CMYK 0 0.5 0.84 0.18
HSL 24.14º 0.72% 0.47% -
HSV(B) 24.14º 0.84% 0.82% -
XYZ 31.25 23.43 4.39 -
YUV 127.12 75.46 185.69 -
System Red Green Blue C M Y K H S L
Decimal 208 104 34 0 0.5 0.84 0.18 24.14 0.72 0.47
Hex D0 68 22 0 32 54 12 18 48 2F
Octal 320 150 42 0 62 124 22 30 110 57
Binary 11010000 1101000 100010 0 110010 1010100 10010 11000 1001000 101111

Color Harmonies of #D06822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06822

Black with #D06822

Text Example


Text Example

White with #D06822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06822; }

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

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

background-color css

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

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

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

border-color css

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

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

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