Html Css Color HEX #D46F21 Chocolate

📋 copy color: '#D46F21'

red 212 ◦ green 111 ◦ blue 33

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

Shades of Chocolate #D46F21

Tints of Chocolate #D46F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.27%

R = 59.55%
G = 31.18%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D46F21 (or 0xD46F21) is known color: Chocolate. HEX triplet: D4, 6F and 21. RGB value is (212,111,33). Sum of RGB (Red+Green+Blue) = 212+111+33=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46F21 is #2B90DE. Grayscale: #848484. Windows color (decimal): -2855135 or 2191316. OLE color: 2191316.

HSL color Cylindrical-coordinate representation of color #D46F21: hue angle of 26.15º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D46F21 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 111 33 -
CMYK 0 0.48 0.84 0.17
HSL 26.15º 0.73% 0.48% -
HSV(B) 26.15º 0.84% 0.83% -
XYZ 33.11 25.48 4.61 -
YUV 132.31 71.96 184.84 -
System Red Green Blue C M Y K H S L
Decimal 212 111 33 0 0.48 0.84 0.17 26.15 0.73 0.48
Hex D4 6F 21 0 30 54 11 1A 49 30
Octal 324 157 41 0 60 124 21 32 111 60
Binary 11010100 1101111 100001 0 110000 1010100 10001 11010 1001001 110000

Color Harmonies of #D46F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F21

Black with #D46F21

Text Example


Text Example

White with #D46F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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