Html Css Color HEX #D46115 Chocolate

📋 copy color: '#D46115'

red 212 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #D46115

Tints of Chocolate #D46115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 64.24%
G = 29.39%
B = 6.36%

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

#D46115 (or 0xD46115) is known color: Chocolate. HEX triplet: D4, 61 and 15. RGB value is (212,97,21). Sum of RGB (Red+Green+Blue) = 212+97+21=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D46115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46115 is #2B9EEA. Grayscale: #7B7B7B. Windows color (decimal): -2858731 or 1401300. OLE color: 1401300.

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

Color convert

RGB 212 97 21 -
CMYK 0 0.54 0.90 0.17
HSL 23.87º 0.82% 0.46% -
HSV(B) 23.87º 0.9% 0.83% -
XYZ 31.56 22.6 3.41 -
YUV 122.72 70.6 191.68 -
System Red Green Blue C M Y K H S L
Decimal 212 97 21 0 0.54 0.90 0.17 23.87 0.82 0.46
Hex D4 61 15 0 36 5A 11 18 52 2E
Octal 324 141 25 0 66 132 21 30 122 56
Binary 11010100 1100001 10101 0 110110 1011010 10001 11000 1010010 101110

Color Harmonies of #D46115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46115

Black with #D46115

Text Example


Text Example

White with #D46115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46115; }

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

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

background-color css

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

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

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

border-color css

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

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

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