Html Css Color HEX #D46518 Chocolate

📋 copy color: '#D46518'

red 212 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #D46518

Tints of Chocolate #D46518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 62.91%
G = 29.97%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D46518 (or 0xD46518) is known color: Chocolate. HEX triplet: D4, 65 and 18. RGB value is (212,101,24). Sum of RGB (Red+Green+Blue) = 212+101+24=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D46518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46518 is #2B9AE7. Grayscale: #7D7D7D. Windows color (decimal): -2857704 or 1598932. OLE color: 1598932.

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

Color convert

RGB 212 101 24 -
CMYK 0 0.52 0.89 0.17
HSL 24.57º 0.8% 0.46% -
HSV(B) 24.57º 0.89% 0.83% -
XYZ 31.97 23.37 3.69 -
YUV 125.41 70.77 189.76 -
System Red Green Blue C M Y K H S L
Decimal 212 101 24 0 0.52 0.89 0.17 24.57 0.8 0.46
Hex D4 65 18 0 34 59 11 19 50 2E
Octal 324 145 30 0 64 131 21 31 120 56
Binary 11010100 1100101 11000 0 110100 1011001 10001 11001 1010000 101110

Color Harmonies of #D46518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46518

Black with #D46518

Text Example


Text Example

White with #D46518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46518; }

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

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

background-color css

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

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

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

border-color css

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

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

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