Html Css Color HEX #DE6512 Chocolate

📋 copy color: '#DE6512'

red 222 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #DE6512

Tints of Chocolate #DE6512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

 BLUE value IS 18 (7.42% from 255) = 5.28%

R = 65.1%
G = 29.62%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE6512 (or 0xDE6512) is known color: Chocolate. HEX triplet: DE, 65 and 12. RGB value is (222,101,18). Sum of RGB (Red+Green+Blue) = 222+101+18=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE6512 is #219AED. Grayscale: #808080. Windows color (decimal): -2202350 or 1205726. OLE color: 1205726.

HSL color Cylindrical-coordinate representation of color #DE6512: hue angle of 24.41º degrees, saturation: 0.85, 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 #DE6512 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 101 18 -
CMYK 0 0.55 0.92 0.13
HSL 24.41º 0.85% 0.47% -
HSV(B) 24.41º 0.92% 0.87% -
XYZ 34.89 24.88 3.54 -
YUV 127.72 66.09 195.25 -
System Red Green Blue C M Y K H S L
Decimal 222 101 18 0 0.55 0.92 0.13 24.41 0.85 0.47
Hex DE 65 12 0 37 5C D 18 55 2F
Octal 336 145 22 0 67 134 15 30 125 57
Binary 11011110 1100101 10010 0 110111 1011100 1101 11000 1010101 101111

Color Harmonies of #DE6512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6512

Black with #DE6512

Text Example


Text Example

White with #DE6512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6512; }

 p { color: rgb(222,101,18); }

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

background-color css

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

 a { background-color: rgb(222,101,18); }

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

border-color css

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

 span { border-color: rgb(222,101,18); }

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