Html Css Color HEX #DE7516 Chocolate

📋 copy color: '#DE7516'

red 222 ◦ green 117 ◦ blue 22

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

Shades of Chocolate #DE7516

Tints of Chocolate #DE7516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 61.5%
G = 32.41%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE7516 (or 0xDE7516) is known color: Chocolate. HEX triplet: DE, 75 and 16. RGB value is (222,117,22). Sum of RGB (Red+Green+Blue) = 222+117+22=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7516 is #218AE9. Grayscale: #8A8A8A. Windows color (decimal): -2198250 or 1471966. OLE color: 1471966.

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

Color convert

RGB 222 117 22 -
CMYK 0 0.47 0.90 0.13
HSL 28.5º 0.82% 0.48% -
HSV(B) 28.5º 0.9% 0.87% -
XYZ 36.63 28.31 4.29 -
YUV 137.57 62.79 188.22 -
System Red Green Blue C M Y K H S L
Decimal 222 117 22 0 0.47 0.90 0.13 28.5 0.82 0.48
Hex DE 75 16 0 2F 5A D 1C 52 30
Octal 336 165 26 0 57 132 15 34 122 60
Binary 11011110 1110101 10110 0 101111 1011010 1101 11100 1010010 110000

Color Harmonies of #DE7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7516

Black with #DE7516

Text Example


Text Example

White with #DE7516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7516; }

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

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

background-color css

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

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

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

border-color css

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

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

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