Html Css Color HEX #D46616 Chocolate

📋 copy color: '#D46616'

red 212 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #D46616

Tints of Chocolate #D46616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

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

R = 63.1%
G = 30.36%
B = 6.55%

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

#D46616 (or 0xD46616) is known color: Chocolate. HEX triplet: D4, 66 and 16. RGB value is (212,102,22). Sum of RGB (Red+Green+Blue) = 212+102+22=336 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.10% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 212 - color contains mainly: red. Hex color #D46616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46616 is #2B99E9. Grayscale: #7E7E7E. Windows color (decimal): -2857450 or 1468116. OLE color: 1468116.

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

Color convert

RGB 212 102 22 -
CMYK 0 0.52 0.90 0.17
HSL 25.26º 0.81% 0.46% -
HSV(B) 25.26º 0.9% 0.83% -
XYZ 32.05 23.56 3.62 -
YUV 125.77 69.44 189.5 -
System Red Green Blue C M Y K H S L
Decimal 212 102 22 0 0.52 0.90 0.17 25.26 0.81 0.46
Hex D4 66 16 0 34 5A 11 19 51 2E
Octal 324 146 26 0 64 132 21 31 121 56
Binary 11010100 1100110 10110 0 110100 1011010 10001 11001 1010001 101110

Color Harmonies of #D46616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46616

Black with #D46616

Text Example


Text Example

White with #D46616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46616; }

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

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

background-color css

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

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

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

border-color css

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

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

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