Html Css Color HEX #DE611D Chocolate

📋 copy color: '#DE611D'

red 222 ◦ green 97 ◦ blue 29

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

Shades of Chocolate #DE611D

Tints of Chocolate #DE611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 63.79%
G = 27.87%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE611D (or 0xDE611D) is known color: Chocolate. HEX triplet: DE, 61 and 1D. RGB value is (222,97,29). Sum of RGB (Red+Green+Blue) = 222+97+29=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE611D is #219EE2. Grayscale: #7F7F7F. Windows color (decimal): -2203363 or 1925598. OLE color: 1925598.

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

Color convert

RGB 222 97 29 -
CMYK 0 0.56 0.87 0.13
HSL 21.14º 0.77% 0.49% -
HSV(B) 21.14º 0.87% 0.87% -
XYZ 34.62 24.17 4 -
YUV 126.62 72.91 196.03 -
System Red Green Blue C M Y K H S L
Decimal 222 97 29 0 0.56 0.87 0.13 21.14 0.77 0.49
Hex DE 61 1D 0 38 57 D 15 4D 31
Octal 336 141 35 0 70 127 15 25 115 61
Binary 11011110 1100001 11101 0 111000 1010111 1101 10101 1001101 110001

Color Harmonies of #DE611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE611D

Black with #DE611D

Text Example


Text Example

White with #DE611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE611D; }

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

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

background-color css

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

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

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

border-color css

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

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

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