Html Css Color HEX #D46E12 Chocolate

📋 copy color: '#D46E12'

red 212 ◦ green 110 ◦ blue 18

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

Shades of Chocolate #D46E12

Tints of Chocolate #D46E12

RGB

 RED value IS 212 (83.2% from 255) = 62.35%

 GREEN value IS 110 (43.36% from 255) = 32.35%

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

R = 62.35%
G = 32.35%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D46E12 (or 0xD46E12) is known color: Chocolate. HEX triplet: D4, 6E and 12. RGB value is (212,110,18). Sum of RGB (Red+Green+Blue) = 212+110+18=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46E12 is #2B91ED. Grayscale: #828282. Windows color (decimal): -2855406 or 1208020. OLE color: 1208020.

HSL color Cylindrical-coordinate representation of color #D46E12: hue angle of 28.45º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D46E12 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 110 18 -
CMYK 0 0.48 0.92 0.17
HSL 28.45º 0.84% 0.45% -
HSV(B) 28.45º 0.92% 0.83% -
XYZ 32.84 25.19 3.7 -
YUV 130.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 212 110 18 0 0.48 0.92 0.17 28.45 0.84 0.45
Hex D4 6E 12 0 30 5C 11 1C 54 2D
Octal 324 156 22 0 60 134 21 34 124 55
Binary 11010100 1101110 10010 0 110000 1011100 10001 11100 1010100 101101

Color Harmonies of #D46E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46E12

Black with #D46E12

Text Example


Text Example

White with #D46E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46E12; }

 p { color: rgb(212,110,18); }

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

background-color css

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

 a { background-color: rgb(212,110,18); }

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

border-color css

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

 span { border-color: rgb(212,110,18); }

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