Html Css Color HEX #DE511D Chocolate

📋 copy color: '#DE511D'

red 222 ◦ green 81 ◦ blue 29

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

Shades of Chocolate #DE511D

Tints of Chocolate #DE511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 66.87%
G = 24.4%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE511D (or 0xDE511D) is known color: Chocolate. HEX triplet: DE, 51 and 1D. RGB value is (222,81,29). Sum of RGB (Red+Green+Blue) = 222+81+29=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE511D is #21AEE2. Grayscale: #757575. Windows color (decimal): -2207459 or 1921502. OLE color: 1921502.

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

Color convert

RGB 222 81 29 -
CMYK 0 0.64 0.87 0.13
HSL 16.17º 0.77% 0.49% -
HSV(B) 16.17º 0.87% 0.87% -
XYZ 33.29 21.5 3.56 -
YUV 117.23 78.21 202.73 -
System Red Green Blue C M Y K H S L
Decimal 222 81 29 0 0.64 0.87 0.13 16.17 0.77 0.49
Hex DE 51 1D 0 40 57 D 10 4D 31
Octal 336 121 35 0 100 127 15 20 115 61
Binary 11011110 1010001 11101 0 1000000 1010111 1101 10000 1001101 110001

Color Harmonies of #DE511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE511D

Black with #DE511D

Text Example


Text Example

White with #DE511D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE511D; }

 p { color: rgb(222,81,29); }

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

background-color css

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

 a { background-color: rgb(222,81,29); }

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

border-color css

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

 span { border-color: rgb(222,81,29); }

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