Html Css Color HEX #D46210 Chocolate

📋 copy color: '#D46210'

red 212 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #D46210

Tints of Chocolate #D46210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 65.03%
G = 30.06%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D46210 (or 0xD46210) is known color: Chocolate. HEX triplet: D4, 62 and 10. RGB value is (212,98,16). Sum of RGB (Red+Green+Blue) = 212+98+16=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D46210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46210 is #2B9DEF. Grayscale: #7B7B7B. Windows color (decimal): -2858480 or 1073876. OLE color: 1073876.

HSL color Cylindrical-coordinate representation of color #D46210: hue angle of 25.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D46210 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 98 16 -
CMYK 0 0.54 0.92 0.17
HSL 25.1º 0.86% 0.45% -
HSV(B) 25.1º 0.92% 0.83% -
XYZ 31.61 22.77 3.22 -
YUV 122.74 67.77 191.67 -
System Red Green Blue C M Y K H S L
Decimal 212 98 16 0 0.54 0.92 0.17 25.1 0.86 0.45
Hex D4 62 10 0 36 5C 11 19 56 2D
Octal 324 142 20 0 66 134 21 31 126 55
Binary 11010100 1100010 10000 0 110110 1011100 10001 11001 1010110 101101

Color Harmonies of #D46210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46210

Black with #D46210

Text Example


Text Example

White with #D46210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46210; }

 p { color: rgb(212,98,16); }

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

background-color css

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

 a { background-color: rgb(212,98,16); }

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

border-color css

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

 span { border-color: rgb(212,98,16); }

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