Html Css Color HEX #D46516 Chocolate

📋 copy color: '#D46516'

red 212 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #D46516

Tints of Chocolate #D46516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.57%

R = 63.28%
G = 30.15%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D46516 (or 0xD46516) is known color: Chocolate. HEX triplet: D4, 65 and 16. RGB value is (212,101,22). Sum of RGB (Red+Green+Blue) = 212+101+22=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D46516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46516 is #2B9AE9. Grayscale: #7D7D7D. Windows color (decimal): -2857706 or 1467860. OLE color: 1467860.

HSL color Cylindrical-coordinate representation of color #D46516: hue angle of 24.95º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D46516 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 22 -
CMYK 0 0.52 0.90 0.17
HSL 24.95º 0.81% 0.46% -
HSV(B) 24.95º 0.9% 0.83% -
XYZ 31.95 23.36 3.58 -
YUV 125.18 69.77 189.92 -
System Red Green Blue C M Y K H S L
Decimal 212 101 22 0 0.52 0.90 0.17 24.95 0.81 0.46
Hex D4 65 16 0 34 5A 11 19 51 2E
Octal 324 145 26 0 64 132 21 31 121 56
Binary 11010100 1100101 10110 0 110100 1011010 10001 11001 1010001 101110

Color Harmonies of #D46516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46516

Black with #D46516

Text Example


Text Example

White with #D46516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46516; }

 p { color: rgb(212,101,22); }

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

background-color css

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

 a { background-color: rgb(212,101,22); }

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

border-color css

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

 span { border-color: rgb(212,101,22); }

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