Html Css Color HEX #DE6521 Chocolate

📋 copy color: '#DE6521'

red 222 ◦ green 101 ◦ blue 33

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

Shades of Chocolate #DE6521

Tints of Chocolate #DE6521

RGB

 RED value IS 222 (87.11% from 255) = 62.36%

 GREEN value IS 101 (39.84% from 255) = 28.37%

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

R = 62.36%
G = 28.37%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE6521 (or 0xDE6521) is known color: Chocolate. HEX triplet: DE, 65 and 21. RGB value is (222,101,33). Sum of RGB (Red+Green+Blue) = 222+101+33=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE6521 is #219ADE. Grayscale: #818181. Windows color (decimal): -2202335 or 2188766. OLE color: 2188766.

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

Color convert

RGB 222 101 33 -
CMYK 0 0.55 0.85 0.13
HSL 21.59º 0.74% 0.5% -
HSV(B) 21.59º 0.85% 0.87% -
XYZ 35.05 24.95 4.41 -
YUV 129.43 73.59 194.03 -
System Red Green Blue C M Y K H S L
Decimal 222 101 33 0 0.55 0.85 0.13 21.59 0.74 0.5
Hex DE 65 21 0 37 55 D 16 4A 32
Octal 336 145 41 0 67 125 15 26 112 62
Binary 11011110 1100101 100001 0 110111 1010101 1101 10110 1001010 110010

Color Harmonies of #DE6521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6521

Black with #DE6521

Text Example


Text Example

White with #DE6521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6521; }

 p { color: rgb(222,101,33); }

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

background-color css

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

 a { background-color: rgb(222,101,33); }

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

border-color css

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

 span { border-color: rgb(222,101,33); }

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