Html Css Color HEX #DE7214 Chocolate

📋 copy color: '#DE7214'

red 222 ◦ green 114 ◦ blue 20

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

Shades of Chocolate #DE7214

Tints of Chocolate #DE7214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 62.36%
G = 32.02%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE7214 (or 0xDE7214) is known color: Chocolate. HEX triplet: DE, 72 and 14. RGB value is (222,114,20). Sum of RGB (Red+Green+Blue) = 222+114+20=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE7214 is #218DEB. Grayscale: #888888. Windows color (decimal): -2199020 or 1340126. OLE color: 1340126.

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

Color convert

RGB 222 114 20 -
CMYK 0 0.49 0.91 0.13
HSL 27.92º 0.83% 0.47% -
HSV(B) 27.92º 0.91% 0.87% -
XYZ 36.27 27.61 4.08 -
YUV 135.58 62.78 189.64 -
System Red Green Blue C M Y K H S L
Decimal 222 114 20 0 0.49 0.91 0.13 27.92 0.83 0.47
Hex DE 72 14 0 31 5B D 1C 53 2F
Octal 336 162 24 0 61 133 15 34 123 57
Binary 11011110 1110010 10100 0 110001 1011011 1101 11100 1010011 101111

Color Harmonies of #DE7214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7214

Black with #DE7214

Text Example


Text Example

White with #DE7214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7214; }

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

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

background-color css

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

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

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

border-color css

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

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

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