Html Css Color HEX #DE6519 Chocolate

📋 copy color: '#DE6519'

red 222 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #DE6519

Tints of Chocolate #DE6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 63.79%
G = 29.02%
B = 7.18%

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

#DE6519 (or 0xDE6519) is known color: Chocolate. HEX triplet: DE, 65 and 19. RGB value is (222,101,25). Sum of RGB (Red+Green+Blue) = 222+101+25=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6519 is #219AE6. Grayscale: #808080. Windows color (decimal): -2202343 or 1664478. OLE color: 1664478.

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

Color convert

RGB 222 101 25 -
CMYK 0 0.55 0.89 0.13
HSL 23.15º 0.8% 0.48% -
HSV(B) 23.15º 0.89% 0.87% -
XYZ 34.95 24.91 3.89 -
YUV 128.52 69.59 194.68 -
System Red Green Blue C M Y K H S L
Decimal 222 101 25 0 0.55 0.89 0.13 23.15 0.8 0.48
Hex DE 65 19 0 37 59 D 17 50 30
Octal 336 145 31 0 67 131 15 27 120 60
Binary 11011110 1100101 11001 0 110111 1011001 1101 10111 1010000 110000

Color Harmonies of #DE6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6519

Black with #DE6519

Text Example


Text Example

White with #DE6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6519; }

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

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

background-color css

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

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

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

border-color css

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

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

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