Html Css Color HEX #D46E14 Chocolate

📋 copy color: '#D46E14'

red 212 ◦ green 110 ◦ blue 20

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

Shades of Chocolate #D46E14

Tints of Chocolate #D46E14

RGB

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

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

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

R = 61.99%
G = 32.16%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D46E14 (or 0xD46E14) is known color: Chocolate. HEX triplet: D4, 6E and 14. RGB value is (212,110,20). Sum of RGB (Red+Green+Blue) = 212+110+20=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D46E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46E14 is #2B91EB. Grayscale: #828282. Windows color (decimal): -2855404 or 1339092. OLE color: 1339092.

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

Color convert

RGB 212 110 20 -
CMYK 0 0.48 0.91 0.17
HSL 28.13º 0.83% 0.45% -
HSV(B) 28.13º 0.91% 0.83% -
XYZ 32.85 25.2 3.79 -
YUV 130.24 65.79 186.32 -
System Red Green Blue C M Y K H S L
Decimal 212 110 20 0 0.48 0.91 0.17 28.13 0.83 0.45
Hex D4 6E 14 0 30 5B 11 1C 53 2D
Octal 324 156 24 0 60 133 21 34 123 55
Binary 11010100 1101110 10100 0 110000 1011011 10001 11100 1010011 101101

Color Harmonies of #D46E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46E14

Black with #D46E14

Text Example


Text Example

White with #D46E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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