Html Css Color HEX #D46521 Chocolate

📋 copy color: '#D46521'

red 212 ◦ green 101 ◦ blue 33

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

Shades of Chocolate #D46521

Tints of Chocolate #D46521

RGB

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

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

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

R = 61.27%
G = 29.19%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D46521 (or 0xD46521) is known color: Chocolate. HEX triplet: D4, 65 and 21. RGB value is (212,101,33). Sum of RGB (Red+Green+Blue) = 212+101+33=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D46521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46521 is #2B9ADE. Grayscale: #7E7E7E. Windows color (decimal): -2857695 or 2188756. OLE color: 2188756.

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

Color convert

RGB 212 101 33 -
CMYK 0 0.52 0.84 0.17
HSL 22.79º 0.73% 0.48% -
HSV(B) 22.79º 0.84% 0.83% -
XYZ 32.08 23.41 4.27 -
YUV 126.44 75.27 189.03 -
System Red Green Blue C M Y K H S L
Decimal 212 101 33 0 0.52 0.84 0.17 22.79 0.73 0.48
Hex D4 65 21 0 34 54 11 17 49 30
Octal 324 145 41 0 64 124 21 27 111 60
Binary 11010100 1100101 100001 0 110100 1010100 10001 10111 1001001 110000

Color Harmonies of #D46521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46521

Black with #D46521

Text Example


Text Example

White with #D46521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46521; }

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

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

background-color css

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

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

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

border-color css

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

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

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