Html Css Color HEX #DE6814 Chocolate

📋 copy color: '#DE6814'

red 222 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #DE6814

Tints of Chocolate #DE6814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 64.16%
G = 30.06%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE6814 (or 0xDE6814) is known color: Chocolate. HEX triplet: DE, 68 and 14. RGB value is (222,104,20). Sum of RGB (Red+Green+Blue) = 222+104+20=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6814 is #2197EB. Grayscale: #828282. Windows color (decimal): -2201580 or 1337566. OLE color: 1337566.

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

Color convert

RGB 222 104 20 -
CMYK 0 0.53 0.91 0.13
HSL 24.95º 0.83% 0.47% -
HSV(B) 24.95º 0.91% 0.87% -
XYZ 35.2 25.48 3.72 -
YUV 129.71 66.09 193.83 -
System Red Green Blue C M Y K H S L
Decimal 222 104 20 0 0.53 0.91 0.13 24.95 0.83 0.47
Hex DE 68 14 0 35 5B D 19 53 2F
Octal 336 150 24 0 65 133 15 31 123 57
Binary 11011110 1101000 10100 0 110101 1011011 1101 11001 1010011 101111

Color Harmonies of #DE6814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6814

Black with #DE6814

Text Example


Text Example

White with #DE6814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6814; }

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

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

background-color css

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

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

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

border-color css

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

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

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