Html Css Color HEX #DE610E Chocolate

📋 copy color: '#DE610E'

red 222 ◦ green 97 ◦ blue 14

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

Shades of Chocolate #DE610E

Tints of Chocolate #DE610E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 66.67%
G = 29.13%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE610E (or 0xDE610E) is known color: Chocolate. HEX triplet: DE, 61 and 0E. RGB value is (222,97,14). Sum of RGB (Red+Green+Blue) = 222+97+14=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE610E is #219EF1. Grayscale: #7D7D7D. Windows color (decimal): -2203378 or 942558. OLE color: 942558.

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

Color convert

RGB 222 97 14 -
CMYK 0 0.56 0.94 0.13
HSL 23.94º 0.88% 0.46% -
HSV(B) 23.94º 0.94% 0.87% -
XYZ 34.48 24.11 3.25 -
YUV 124.91 65.41 197.25 -
System Red Green Blue C M Y K H S L
Decimal 222 97 14 0 0.56 0.94 0.13 23.94 0.88 0.46
Hex DE 61 E 0 38 5E D 18 58 2E
Octal 336 141 16 0 70 136 15 30 130 56
Binary 11011110 1100001 1110 0 111000 1011110 1101 11000 1011000 101110

Color Harmonies of #DE610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE610E

Black with #DE610E

Text Example


Text Example

White with #DE610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE610E; }

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

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

background-color css

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

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

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

border-color css

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

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

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