Html Css Color HEX #D46917 Chocolate

📋 copy color: '#D46917'

red 212 ◦ green 105 ◦ blue 23

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

Shades of Chocolate #D46917

Tints of Chocolate #D46917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.88%

 BLUE value IS 23 (9.38% from 255) = 6.76%

R = 62.35%
G = 30.88%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D46917 (or 0xD46917) is known color: Chocolate. HEX triplet: D4, 69 and 17. RGB value is (212,105,23). Sum of RGB (Red+Green+Blue) = 212+105+23=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D46917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46917 is #2B96E8. Grayscale: #808080. Windows color (decimal): -2856681 or 1534420. OLE color: 1534420.

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

Color convert

RGB 212 105 23 -
CMYK 0 0.50 0.89 0.17
HSL 26.03º 0.8% 0.46% -
HSV(B) 26.03º 0.89% 0.83% -
XYZ 32.36 24.16 3.77 -
YUV 127.65 68.95 188.17 -
System Red Green Blue C M Y K H S L
Decimal 212 105 23 0 0.50 0.89 0.17 26.03 0.8 0.46
Hex D4 69 17 0 32 59 11 1A 50 2E
Octal 324 151 27 0 62 131 21 32 120 56
Binary 11010100 1101001 10111 0 110010 1011001 10001 11010 1010000 101110

Color Harmonies of #D46917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46917

Black with #D46917

Text Example


Text Example

White with #D46917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46917; }

 p { color: rgb(212,105,23); }

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

background-color css

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

 a { background-color: rgb(212,105,23); }

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

border-color css

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

 span { border-color: rgb(212,105,23); }

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