Html Css Color HEX #D46510 Chocolate

📋 copy color: '#D46510'

red 212 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #D46510

Tints of Chocolate #D46510

RGB

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

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

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

R = 64.44%
G = 30.7%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D46510 (or 0xD46510) is known color: Chocolate. HEX triplet: D4, 65 and 10. RGB value is (212,101,16). Sum of RGB (Red+Green+Blue) = 212+101+16=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D46510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46510 is #2B9AEF. Grayscale: #7C7C7C. Windows color (decimal): -2857712 or 1074644. OLE color: 1074644.

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

Color convert

RGB 212 101 16 -
CMYK 0 0.52 0.92 0.17
HSL 26.02º 0.86% 0.45% -
HSV(B) 26.02º 0.92% 0.83% -
XYZ 31.9 23.34 3.31 -
YUV 124.5 66.77 190.41 -
System Red Green Blue C M Y K H S L
Decimal 212 101 16 0 0.52 0.92 0.17 26.02 0.86 0.45
Hex D4 65 10 0 34 5C 11 1A 56 2D
Octal 324 145 20 0 64 134 21 32 126 55
Binary 11010100 1100101 10000 0 110100 1011100 10001 11010 1010110 101101

Color Harmonies of #D46510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46510

Black with #D46510

Text Example


Text Example

White with #D46510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46510; }

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

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

background-color css

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

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

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

border-color css

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

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

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