Html Css Color HEX #DC6821 Chocolate

📋 copy color: '#DC6821'

red 220 ◦ green 104 ◦ blue 33

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

Shades of Chocolate #DC6821

Tints of Chocolate #DC6821

RGB

 RED value IS 220 (86.33% from 255) = 61.62%

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

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

R = 61.62%
G = 29.13%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC6821 (or 0xDC6821) is known color: Chocolate. HEX triplet: DC, 68 and 21. RGB value is (220,104,33). Sum of RGB (Red+Green+Blue) = 220+104+33=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6821 is #2397DE. Grayscale: #828282. Windows color (decimal): -2332639 or 2189532. OLE color: 2189532.

HSL color Cylindrical-coordinate representation of color #DC6821: hue angle of 22.78º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC6821 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 33 -
CMYK 0 0.53 0.85 0.14
HSL 22.78º 0.74% 0.5% -
HSV(B) 22.78º 0.85% 0.86% -
XYZ 34.74 25.23 4.48 -
YUV 130.59 72.93 191.77 -
System Red Green Blue C M Y K H S L
Decimal 220 104 33 0 0.53 0.85 0.14 22.78 0.74 0.5
Hex DC 68 21 0 35 55 E 17 4A 32
Octal 334 150 41 0 65 125 16 27 112 62
Binary 11011100 1101000 100001 0 110101 1010101 1110 10111 1001010 110010

Color Harmonies of #DC6821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6821

Black with #DC6821

Text Example


Text Example

White with #DC6821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6821; }

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

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

background-color css

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

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

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

border-color css

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

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

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