Html Css Color HEX #DE6319 Chocolate

📋 copy color: '#DE6319'

red 222 ◦ green 99 ◦ blue 25

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

Shades of Chocolate #DE6319

Tints of Chocolate #DE6319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 64.16%
G = 28.61%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE6319 (or 0xDE6319) is known color: Chocolate. HEX triplet: DE, 63 and 19. RGB value is (222,99,25). Sum of RGB (Red+Green+Blue) = 222+99+25=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6319 is #219CE6. Grayscale: #7F7F7F. Windows color (decimal): -2202855 or 1663966. OLE color: 1663966.

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

Color convert

RGB 222 99 25 -
CMYK 0 0.55 0.89 0.13
HSL 22.54º 0.8% 0.48% -
HSV(B) 22.54º 0.89% 0.87% -
XYZ 34.76 24.52 3.82 -
YUV 127.34 70.25 195.52 -
System Red Green Blue C M Y K H S L
Decimal 222 99 25 0 0.55 0.89 0.13 22.54 0.8 0.48
Hex DE 63 19 0 37 59 D 17 50 30
Octal 336 143 31 0 67 131 15 27 120 60
Binary 11011110 1100011 11001 0 110111 1011001 1101 10111 1010000 110000

Color Harmonies of #DE6319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6319

Black with #DE6319

Text Example


Text Example

White with #DE6319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6319; }

 p { color: rgb(222,99,25); }

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

background-color css

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

 a { background-color: rgb(222,99,25); }

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

border-color css

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

 span { border-color: rgb(222,99,25); }

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