Html Css Color HEX #D46A11 Chocolate

📋 copy color: '#D46A11'

red 212 ◦ green 106 ◦ blue 17

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

Shades of Chocolate #D46A11

Tints of Chocolate #D46A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

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

R = 63.28%
G = 31.64%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D46A11 (or 0xD46A11) is known color: Chocolate. HEX triplet: D4, 6A and 11. RGB value is (212,106,17). Sum of RGB (Red+Green+Blue) = 212+106+17=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46A11 is #2B95EE. Grayscale: #808080. Windows color (decimal): -2856431 or 1141460. OLE color: 1141460.

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

Color convert

RGB 212 106 17 -
CMYK 0 0.5 0.92 0.17
HSL 27.38º 0.85% 0.45% -
HSV(B) 27.38º 0.92% 0.83% -
XYZ 32.41 24.35 3.52 -
YUV 127.55 65.62 188.24 -
System Red Green Blue C M Y K H S L
Decimal 212 106 17 0 0.5 0.92 0.17 27.38 0.85 0.45
Hex D4 6A 11 0 32 5C 11 1B 55 2D
Octal 324 152 21 0 62 134 21 33 125 55
Binary 11010100 1101010 10001 0 110010 1011100 10001 11011 1010101 101101

Color Harmonies of #D46A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46A11

Black with #D46A11

Text Example


Text Example

White with #D46A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46A11; }

 p { color: rgb(212,106,17); }

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

background-color css

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

 a { background-color: rgb(212,106,17); }

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

border-color css

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

 span { border-color: rgb(212,106,17); }

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