Html Css Color HEX #DE521B Chocolate

📋 copy color: '#DE521B'

red 222 ◦ green 82 ◦ blue 27

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

Shades of Chocolate #DE521B

Tints of Chocolate #DE521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.77%

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 67.07%
G = 24.77%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE521B (or 0xDE521B) is known color: Chocolate. HEX triplet: DE, 52 and 1B. RGB value is (222,82,27). Sum of RGB (Red+Green+Blue) = 222+82+27=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE521B is #21ADE4. Grayscale: #757575. Windows color (decimal): -2207205 or 1790686. OLE color: 1790686.

HSL color Cylindrical-coordinate representation of color #DE521B: hue angle of 16.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE521B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 82 27 -
CMYK 0 0.63 0.88 0.13
HSL 16.92º 0.78% 0.49% -
HSV(B) 16.92º 0.88% 0.87% -
XYZ 33.34 21.64 3.46 -
YUV 117.59 76.88 202.47 -
System Red Green Blue C M Y K H S L
Decimal 222 82 27 0 0.63 0.88 0.13 16.92 0.78 0.49
Hex DE 52 1B 0 3F 58 D 11 4E 31
Octal 336 122 33 0 77 130 15 21 116 61
Binary 11011110 1010010 11011 0 111111 1011000 1101 10001 1001110 110001

Color Harmonies of #DE521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE521B

Black with #DE521B

Text Example


Text Example

White with #DE521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE521B; }

 p { color: rgb(222,82,27); }

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

background-color css

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

 a { background-color: rgb(222,82,27); }

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

border-color css

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

 span { border-color: rgb(222,82,27); }

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