Html Css Color HEX #DE6711 Chocolate

📋 copy color: '#DE6711'

red 222 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #DE6711

Tints of Chocolate #DE6711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

 BLUE value IS 17 (7.03% from 255) = 4.97%

R = 64.91%
G = 30.12%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE6711 (or 0xDE6711) is known color: Chocolate. HEX triplet: DE, 67 and 11. RGB value is (222,103,17). Sum of RGB (Red+Green+Blue) = 222+103+17=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6711 is #2198EE. Grayscale: #818181. Windows color (decimal): -2201839 or 1140702. OLE color: 1140702.

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

Color convert

RGB 222 103 17 -
CMYK 0 0.54 0.92 0.13
HSL 25.17º 0.86% 0.47% -
HSV(B) 25.17º 0.92% 0.87% -
XYZ 35.08 25.27 3.56 -
YUV 128.78 64.92 194.49 -
System Red Green Blue C M Y K H S L
Decimal 222 103 17 0 0.54 0.92 0.13 25.17 0.86 0.47
Hex DE 67 11 0 36 5C D 19 56 2F
Octal 336 147 21 0 66 134 15 31 126 57
Binary 11011110 1100111 10001 0 110110 1011100 1101 11001 1010110 101111

Color Harmonies of #DE6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6711

Black with #DE6711

Text Example


Text Example

White with #DE6711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6711; }

 p { color: rgb(222,103,17); }

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

background-color css

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

 a { background-color: rgb(222,103,17); }

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

border-color css

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

 span { border-color: rgb(222,103,17); }

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