Html Css Color HEX #DE7515 Chocolate

📋 copy color: '#DE7515'

red 222 ◦ green 117 ◦ blue 21

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

Shades of Chocolate #DE7515

Tints of Chocolate #DE7515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 61.67%
G = 32.5%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE7515 (or 0xDE7515) is known color: Chocolate. HEX triplet: DE, 75 and 15. RGB value is (222,117,21). Sum of RGB (Red+Green+Blue) = 222+117+21=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7515 is #218AEA. Grayscale: #898989. Windows color (decimal): -2198251 or 1406430. OLE color: 1406430.

HSL color Cylindrical-coordinate representation of color #DE7515: hue angle of 28.66º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE7515 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 117 21 -
CMYK 0 0.47 0.91 0.13
HSL 28.66º 0.83% 0.48% -
HSV(B) 28.66º 0.91% 0.87% -
XYZ 36.62 28.31 4.24 -
YUV 137.45 62.29 188.31 -
System Red Green Blue C M Y K H S L
Decimal 222 117 21 0 0.47 0.91 0.13 28.66 0.83 0.48
Hex DE 75 15 0 2F 5B D 1D 53 30
Octal 336 165 25 0 57 133 15 35 123 60
Binary 11011110 1110101 10101 0 101111 1011011 1101 11101 1010011 110000

Color Harmonies of #DE7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7515

Black with #DE7515

Text Example


Text Example

White with #DE7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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