Html Css Color HEX #DE6313 Chocolate

📋 copy color: '#DE6313'

red 222 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #DE6313

Tints of Chocolate #DE6313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 65.29%
G = 29.12%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE6313 (or 0xDE6313) is known color: Chocolate. HEX triplet: DE, 63 and 13. RGB value is (222,99,19). Sum of RGB (Red+Green+Blue) = 222+99+19=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6313 is #219CEC. Grayscale: #7F7F7F. Windows color (decimal): -2202861 or 1270750. OLE color: 1270750.

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

Color convert

RGB 222 99 19 -
CMYK 0 0.55 0.91 0.13
HSL 23.65º 0.84% 0.47% -
HSV(B) 23.65º 0.91% 0.87% -
XYZ 34.7 24.5 3.52 -
YUV 126.66 67.25 196 -
System Red Green Blue C M Y K H S L
Decimal 222 99 19 0 0.55 0.91 0.13 23.65 0.84 0.47
Hex DE 63 13 0 37 5B D 18 54 2F
Octal 336 143 23 0 67 133 15 30 124 57
Binary 11011110 1100011 10011 0 110111 1011011 1101 11000 1010100 101111

Color Harmonies of #DE6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6313

Black with #DE6313

Text Example


Text Example

White with #DE6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6313; }

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

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

background-color css

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

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

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

border-color css

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

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

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