Html Css Color HEX #DC6822 Chocolate

📋 copy color: '#DC6822'

red 220 ◦ green 104 ◦ blue 34

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

Shades of Chocolate #DC6822

Tints of Chocolate #DC6822

RGB

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

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

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

R = 61.45%
G = 29.05%
B = 9.5%

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

#DC6822 (or 0xDC6822) is known color: Chocolate. HEX triplet: DC, 68 and 22. RGB value is (220,104,34). Sum of RGB (Red+Green+Blue) = 220+104+34=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6822 is #2397DD. Grayscale: #838383. Windows color (decimal): -2332638 or 2255068. OLE color: 2255068.

HSL color Cylindrical-coordinate representation of color #DC6822: hue angle of 22.58º degrees, saturation: 0.73, 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 #DC6822 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 104 34 -
CMYK 0 0.53 0.85 0.14
HSL 22.58º 0.73% 0.5% -
HSV(B) 22.58º 0.85% 0.86% -
XYZ 34.75 25.23 4.55 -
YUV 130.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 220 104 34 0 0.53 0.85 0.14 22.58 0.73 0.5
Hex DC 68 22 0 35 55 E 17 49 32
Octal 334 150 42 0 65 125 16 27 111 62
Binary 11011100 1101000 100010 0 110101 1010101 1110 10111 1001001 110010

Color Harmonies of #DC6822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6822

Black with #DC6822

Text Example


Text Example

White with #DC6822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6822; }

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

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

background-color css

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

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

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

border-color css

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

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

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