Html Css Color HEX #DE6516 Chocolate

📋 copy color: '#DE6516'

red 222 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #DE6516

Tints of Chocolate #DE6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

 BLUE value IS 22 (8.98% from 255) = 6.38%

R = 64.35%
G = 29.28%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE6516 (or 0xDE6516) is known color: Chocolate. HEX triplet: DE, 65 and 16. RGB value is (222,101,22). Sum of RGB (Red+Green+Blue) = 222+101+22=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6516 is #219AE9. Grayscale: #808080. Windows color (decimal): -2202346 or 1467870. OLE color: 1467870.

HSL color Cylindrical-coordinate representation of color #DE6516: hue angle of 23.7º degrees, saturation: 0.82, 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 #DE6516 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 101 22 -
CMYK 0 0.55 0.90 0.13
HSL 23.7º 0.82% 0.48% -
HSV(B) 23.7º 0.9% 0.87% -
XYZ 34.92 24.89 3.72 -
YUV 128.17 68.09 194.92 -
System Red Green Blue C M Y K H S L
Decimal 222 101 22 0 0.55 0.90 0.13 23.7 0.82 0.48
Hex DE 65 16 0 37 5A D 18 52 30
Octal 336 145 26 0 67 132 15 30 122 60
Binary 11011110 1100101 10110 0 110111 1011010 1101 11000 1010010 110000

Color Harmonies of #DE6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6516

Black with #DE6516

Text Example


Text Example

White with #DE6516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6516; }

 p { color: rgb(222,101,22); }

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

background-color css

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

 a { background-color: rgb(222,101,22); }

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

border-color css

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

 span { border-color: rgb(222,101,22); }

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