Html Css Color HEX #D46116 Chocolate

📋 copy color: '#D46116'

red 212 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #D46116

Tints of Chocolate #D46116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 64.05%
G = 29.31%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D46116 (or 0xD46116) is known color: Chocolate. HEX triplet: D4, 61 and 16. RGB value is (212,97,22). Sum of RGB (Red+Green+Blue) = 212+97+22=331 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.05% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 212 - color contains mainly: red. Hex color #D46116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46116 is #2B9EE9. Grayscale: #7B7B7B. Windows color (decimal): -2858730 or 1466836. OLE color: 1466836.

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

Color convert

RGB 212 97 22 -
CMYK 0 0.54 0.90 0.17
HSL 23.68º 0.81% 0.46% -
HSV(B) 23.68º 0.9% 0.83% -
XYZ 31.57 22.6 3.46 -
YUV 122.84 71.1 191.6 -
System Red Green Blue C M Y K H S L
Decimal 212 97 22 0 0.54 0.90 0.17 23.68 0.81 0.46
Hex D4 61 16 0 36 5A 11 18 51 2E
Octal 324 141 26 0 66 132 21 30 121 56
Binary 11010100 1100001 10110 0 110110 1011010 10001 11000 1010001 101110

Color Harmonies of #D46116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46116

Black with #D46116

Text Example


Text Example

White with #D46116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46116; }

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

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

background-color css

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

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

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

border-color css

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

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

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