Html Css Color HEX #DE7517 Chocolate

📋 copy color: '#DE7517'

red 222 ◦ green 117 ◦ blue 23

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

Shades of Chocolate #DE7517

Tints of Chocolate #DE7517

RGB

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

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

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

R = 61.33%
G = 32.32%
B = 6.35%

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

#DE7517 (or 0xDE7517) is known color: Chocolate. HEX triplet: DE, 75 and 17. RGB value is (222,117,23). Sum of RGB (Red+Green+Blue) = 222+117+23=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7517 is #218AE8. Grayscale: #8A8A8A. Windows color (decimal): -2198249 or 1537502. OLE color: 1537502.

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

Color convert

RGB 222 117 23 -
CMYK 0 0.47 0.90 0.13
HSL 28.34º 0.81% 0.48% -
HSV(B) 28.34º 0.9% 0.87% -
XYZ 36.64 28.31 4.34 -
YUV 137.68 63.29 188.14 -
System Red Green Blue C M Y K H S L
Decimal 222 117 23 0 0.47 0.90 0.13 28.34 0.81 0.48
Hex DE 75 17 0 2F 5A D 1C 51 30
Octal 336 165 27 0 57 132 15 34 121 60
Binary 11011110 1110101 10111 0 101111 1011010 1101 11100 1010001 110000

Color Harmonies of #DE7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7517

Black with #DE7517

Text Example


Text Example

White with #DE7517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7517; }

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

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

background-color css

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

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

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

border-color css

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

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

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