Html Css Color HEX #D46321 Chocolate

📋 copy color: '#D46321'

red 212 ◦ green 99 ◦ blue 33

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

Shades of Chocolate #D46321

Tints of Chocolate #D46321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.78%

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

R = 61.63%
G = 28.78%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D46321 (or 0xD46321) is known color: Chocolate. HEX triplet: D4, 63 and 21. RGB value is (212,99,33). Sum of RGB (Red+Green+Blue) = 212+99+33=344 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.63% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 212 - color contains mainly: red. Hex color #D46321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46321 is #2B9CDE. Grayscale: #7D7D7D. Windows color (decimal): -2858207 or 2188244. OLE color: 2188244.

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

Color convert

RGB 212 99 33 -
CMYK 0 0.53 0.84 0.17
HSL 22.12º 0.73% 0.48% -
HSV(B) 22.12º 0.84% 0.83% -
XYZ 31.89 23.03 4.2 -
YUV 125.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 212 99 33 0 0.53 0.84 0.17 22.12 0.73 0.48
Hex D4 63 21 0 35 54 11 16 49 30
Octal 324 143 41 0 65 124 21 26 111 60
Binary 11010100 1100011 100001 0 110101 1010100 10001 10110 1001001 110000

Color Harmonies of #D46321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46321

Black with #D46321

Text Example


Text Example

White with #D46321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46321; }

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

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

background-color css

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

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

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

border-color css

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

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

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