Html Css Color HEX #DE501B Chocolate

📋 copy color: '#DE501B'

red 222 ◦ green 80 ◦ blue 27

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

Shades of Chocolate #DE501B

Tints of Chocolate #DE501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

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

R = 67.48%
G = 24.32%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE501B (or 0xDE501B) is known color: Chocolate. HEX triplet: DE, 50 and 1B. RGB value is (222,80,27). Sum of RGB (Red+Green+Blue) = 222+80+27=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE501B is #21AFE4. Grayscale: #747474. Windows color (decimal): -2207717 or 1790174. OLE color: 1790174.

HSL color Cylindrical-coordinate representation of color #DE501B: hue angle of 16.31º 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 #DE501B is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 80 27 -
CMYK 0 0.64 0.88 0.13
HSL 16.31º 0.78% 0.49% -
HSV(B) 16.31º 0.88% 0.87% -
XYZ 33.19 21.35 3.41 -
YUV 116.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 222 80 27 0 0.64 0.88 0.13 16.31 0.78 0.49
Hex DE 50 1B 0 40 58 D 10 4E 31
Octal 336 120 33 0 100 130 15 20 116 61
Binary 11011110 1010000 11011 0 1000000 1011000 1101 10000 1001110 110001

Color Harmonies of #DE501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE501B

Black with #DE501B

Text Example


Text Example

White with #DE501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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