Html Css Color HEX #D06821 Chocolate

📋 copy color: '#D06821'

red 208 ◦ green 104 ◦ blue 33

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

Shades of Chocolate #D06821

Tints of Chocolate #D06821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.57%

R = 60.29%
G = 30.14%
B = 9.57%

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

#D06821 (or 0xD06821) is known color: Chocolate. HEX triplet: D0, 68 and 21. RGB value is (208,104,33). Sum of RGB (Red+Green+Blue) = 208+104+33=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D06821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06821 is #2F97DE. Grayscale: #7F7F7F. Windows color (decimal): -3119071 or 2189520. OLE color: 2189520.

HSL color Cylindrical-coordinate representation of color #D06821: hue angle of 24.34º degrees, saturation: 0.73, 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 #D06821 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 33 -
CMYK 0 0.5 0.84 0.18
HSL 24.34º 0.73% 0.47% -
HSV(B) 24.34º 0.84% 0.82% -
XYZ 31.24 23.42 4.31 -
YUV 127 74.96 185.77 -
System Red Green Blue C M Y K H S L
Decimal 208 104 33 0 0.5 0.84 0.18 24.34 0.73 0.47
Hex D0 68 21 0 32 54 12 18 49 2F
Octal 320 150 41 0 62 124 22 30 111 57
Binary 11010000 1101000 100001 0 110010 1010100 10010 11000 1001001 101111

Color Harmonies of #D06821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06821

Black with #D06821

Text Example


Text Example

White with #D06821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06821; }

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

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

background-color css

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

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

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

border-color css

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

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

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