Html Css Color HEX #DC6321 Chocolate

📋 copy color: '#DC6321'

red 220 ◦ green 99 ◦ blue 33

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

Shades of Chocolate #DC6321

Tints of Chocolate #DC6321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

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

R = 62.5%
G = 28.13%
B = 9.38%

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

#DC6321 (or 0xDC6321) is known color: Chocolate. HEX triplet: DC, 63 and 21. RGB value is (220,99,33). Sum of RGB (Red+Green+Blue) = 220+99+33=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6321 is #239CDE. Grayscale: #808080. Windows color (decimal): -2333919 or 2188252. OLE color: 2188252.

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

Color convert

RGB 220 99 33 -
CMYK 0 0.55 0.85 0.14
HSL 21.18º 0.74% 0.5% -
HSV(B) 21.18º 0.85% 0.86% -
XYZ 34.25 24.25 4.31 -
YUV 127.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 220 99 33 0 0.55 0.85 0.14 21.18 0.74 0.5
Hex DC 63 21 0 37 55 E 15 4A 32
Octal 334 143 41 0 67 125 16 25 112 62
Binary 11011100 1100011 100001 0 110111 1010101 1110 10101 1001010 110010

Color Harmonies of #DC6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6321

Black with #DC6321

Text Example


Text Example

White with #DC6321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6321; }

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

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

background-color css

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

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

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

border-color css

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

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

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