Html Css Color HEX #DE6214 Chocolate

📋 copy color: '#DE6214'

red 222 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #DE6214

Tints of Chocolate #DE6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

 BLUE value IS 20 (8.2% from 255) = 5.88%

R = 65.29%
G = 28.82%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE6214 (or 0xDE6214) is known color: Chocolate. HEX triplet: DE, 62 and 14. RGB value is (222,98,20). Sum of RGB (Red+Green+Blue) = 222+98+20=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6214 is #219DEB. Grayscale: #7E7E7E. Windows color (decimal): -2203116 or 1336030. OLE color: 1336030.

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

Color convert

RGB 222 98 20 -
CMYK 0 0.56 0.91 0.13
HSL 23.17º 0.83% 0.47% -
HSV(B) 23.17º 0.91% 0.87% -
XYZ 34.62 24.32 3.53 -
YUV 126.18 68.08 196.34 -
System Red Green Blue C M Y K H S L
Decimal 222 98 20 0 0.56 0.91 0.13 23.17 0.83 0.47
Hex DE 62 14 0 38 5B D 17 53 2F
Octal 336 142 24 0 70 133 15 27 123 57
Binary 11011110 1100010 10100 0 111000 1011011 1101 10111 1010011 101111

Color Harmonies of #DE6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6214

Black with #DE6214

Text Example


Text Example

White with #DE6214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6214; }

 p { color: rgb(222,98,20); }

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

background-color css

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

 a { background-color: rgb(222,98,20); }

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

border-color css

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

 span { border-color: rgb(222,98,20); }

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