Html Css Color HEX #DC6222 Chocolate

📋 copy color: '#DC6222'

red 220 ◦ green 98 ◦ blue 34

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

Shades of Chocolate #DC6222

Tints of Chocolate #DC6222

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

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

R = 62.5%
G = 27.84%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC6222 (or 0xDC6222) is known color: Chocolate. HEX triplet: DC, 62 and 22. RGB value is (220,98,34). Sum of RGB (Red+Green+Blue) = 220+98+34=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6222 is #239DDD. Grayscale: #7F7F7F. Windows color (decimal): -2334174 or 2253532. OLE color: 2253532.

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

Color convert

RGB 220 98 34 -
CMYK 0 0.55 0.85 0.14
HSL 20.65º 0.73% 0.5% -
HSV(B) 20.65º 0.85% 0.86% -
XYZ 34.17 24.07 4.36 -
YUV 127.18 75.42 194.2 -
System Red Green Blue C M Y K H S L
Decimal 220 98 34 0 0.55 0.85 0.14 20.65 0.73 0.5
Hex DC 62 22 0 37 55 E 15 49 32
Octal 334 142 42 0 67 125 16 25 111 62
Binary 11011100 1100010 100010 0 110111 1010101 1110 10101 1001001 110010

Color Harmonies of #DC6222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6222

Black with #DC6222

Text Example


Text Example

White with #DC6222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6222; }

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

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

background-color css

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

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

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

border-color css

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

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

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