Html Css Color HEX #D46D14 Chocolate

📋 copy color: '#D46D14'

red 212 ◦ green 109 ◦ blue 20

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

Shades of Chocolate #D46D14

Tints of Chocolate #D46D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.96%

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

R = 62.17%
G = 31.96%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D46D14 (or 0xD46D14) is known color: Chocolate. HEX triplet: D4, 6D and 14. RGB value is (212,109,20). Sum of RGB (Red+Green+Blue) = 212+109+20=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46D14 is #2B92EB. Grayscale: #828282. Windows color (decimal): -2855660 or 1338836. OLE color: 1338836.

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

Color convert

RGB 212 109 20 -
CMYK 0 0.49 0.91 0.17
HSL 27.81º 0.83% 0.45% -
HSV(B) 27.81º 0.91% 0.83% -
XYZ 32.75 24.98 3.76 -
YUV 129.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 212 109 20 0 0.49 0.91 0.17 27.81 0.83 0.45
Hex D4 6D 14 0 31 5B 11 1C 53 2D
Octal 324 155 24 0 61 133 21 34 123 55
Binary 11010100 1101101 10100 0 110001 1011011 10001 11100 1010011 101101

Color Harmonies of #D46D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46D14

Black with #D46D14

Text Example


Text Example

White with #D46D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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