Html Css Color HEX #DE7315 Chocolate

📋 copy color: '#DE7315'

red 222 ◦ green 115 ◦ blue 21

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

Shades of Chocolate #DE7315

Tints of Chocolate #DE7315

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

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

R = 62.01%
G = 32.12%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE7315 (or 0xDE7315) is known color: Chocolate. HEX triplet: DE, 73 and 15. RGB value is (222,115,21). Sum of RGB (Red+Green+Blue) = 222+115+21=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7315 is #218CEA. Grayscale: #888888. Windows color (decimal): -2198763 or 1405918. OLE color: 1405918.

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

Color convert

RGB 222 115 21 -
CMYK 0 0.48 0.91 0.13
HSL 28.06º 0.83% 0.48% -
HSV(B) 28.06º 0.91% 0.87% -
XYZ 36.39 27.85 4.17 -
YUV 136.28 62.95 189.14 -
System Red Green Blue C M Y K H S L
Decimal 222 115 21 0 0.48 0.91 0.13 28.06 0.83 0.48
Hex DE 73 15 0 30 5B D 1C 53 30
Octal 336 163 25 0 60 133 15 34 123 60
Binary 11011110 1110011 10101 0 110000 1011011 1101 11100 1010011 110000

Color Harmonies of #DE7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7315

Black with #DE7315

Text Example


Text Example

White with #DE7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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