Html Css Color HEX #D46F17 Chocolate

📋 copy color: '#D46F17'

red 212 ◦ green 111 ◦ blue 23

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

Shades of Chocolate #D46F17

Tints of Chocolate #D46F17

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

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

R = 61.27%
G = 32.08%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D46F17 (or 0xD46F17) is known color: Chocolate. HEX triplet: D4, 6F and 17. RGB value is (212,111,23). Sum of RGB (Red+Green+Blue) = 212+111+23=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46F17 is #2B90E8. Grayscale: #838383. Windows color (decimal): -2855145 or 1535956. OLE color: 1535956.

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

Color convert

RGB 212 111 23 -
CMYK 0 0.48 0.89 0.17
HSL 27.94º 0.8% 0.46% -
HSV(B) 27.94º 0.89% 0.83% -
XYZ 32.99 25.43 3.98 -
YUV 131.17 66.96 185.66 -
System Red Green Blue C M Y K H S L
Decimal 212 111 23 0 0.48 0.89 0.17 27.94 0.8 0.46
Hex D4 6F 17 0 30 59 11 1C 50 2E
Octal 324 157 27 0 60 131 21 34 120 56
Binary 11010100 1101111 10111 0 110000 1011001 10001 11100 1010000 101110

Color Harmonies of #D46F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F17

Black with #D46F17

Text Example


Text Example

White with #D46F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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