Html Css Color HEX #DE6117 Chocolate

📋 copy color: '#DE6117'

red 222 ◦ green 97 ◦ blue 23

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

Shades of Chocolate #DE6117

Tints of Chocolate #DE6117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.73%

R = 64.91%
G = 28.36%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE6117 (or 0xDE6117) is known color: Chocolate. HEX triplet: DE, 61 and 17. RGB value is (222,97,23). Sum of RGB (Red+Green+Blue) = 222+97+23=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6117 is #219EE8. Grayscale: #7E7E7E. Windows color (decimal): -2203369 or 1532382. OLE color: 1532382.

HSL color Cylindrical-coordinate representation of color #DE6117: hue angle of 22.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE6117 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 97 23 -
CMYK 0 0.56 0.90 0.13
HSL 22.31º 0.81% 0.48% -
HSV(B) 22.31º 0.9% 0.87% -
XYZ 34.55 24.14 3.65 -
YUV 125.94 69.91 196.52 -
System Red Green Blue C M Y K H S L
Decimal 222 97 23 0 0.56 0.90 0.13 22.31 0.81 0.48
Hex DE 61 17 0 38 5A D 16 51 30
Octal 336 141 27 0 70 132 15 26 121 60
Binary 11011110 1100001 10111 0 111000 1011010 1101 10110 1010001 110000

Color Harmonies of #DE6117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6117

Black with #DE6117

Text Example


Text Example

White with #DE6117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6117; }

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

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

background-color css

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

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

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

border-color css

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

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

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