Html Css Color HEX #DE7319 Chocolate

📋 copy color: '#DE7319'

red 222 ◦ green 115 ◦ blue 25

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

Shades of Chocolate #DE7319

Tints of Chocolate #DE7319

RGB

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

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

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

R = 61.33%
G = 31.77%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE7319 (or 0xDE7319) is known color: Chocolate. HEX triplet: DE, 73 and 19. RGB value is (222,115,25). Sum of RGB (Red+Green+Blue) = 222+115+25=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7319 is #218CE6. Grayscale: #898989. Windows color (decimal): -2198759 or 1668062. OLE color: 1668062.

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

Color convert

RGB 222 115 25 -
CMYK 0 0.48 0.89 0.13
HSL 27.41º 0.8% 0.48% -
HSV(B) 27.41º 0.89% 0.87% -
XYZ 36.43 27.86 4.38 -
YUV 136.73 64.95 188.82 -
System Red Green Blue C M Y K H S L
Decimal 222 115 25 0 0.48 0.89 0.13 27.41 0.8 0.48
Hex DE 73 19 0 30 59 D 1B 50 30
Octal 336 163 31 0 60 131 15 33 120 60
Binary 11011110 1110011 11001 0 110000 1011001 1101 11011 1010000 110000

Color Harmonies of #DE7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7319

Black with #DE7319

Text Example


Text Example

White with #DE7319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7319; }

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

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

background-color css

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

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

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

border-color css

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

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

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