Html Css Color HEX #D46121 Chocolate

📋 copy color: '#D46121'

red 212 ◦ green 97 ◦ blue 33

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

Shades of Chocolate #D46121

Tints of Chocolate #D46121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.36%

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

R = 61.99%
G = 28.36%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D46121 (or 0xD46121) is known color: Chocolate. HEX triplet: D4, 61 and 21. RGB value is (212,97,33). Sum of RGB (Red+Green+Blue) = 212+97+33=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D46121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46121 is #2B9EDE. Grayscale: #7C7C7C. Windows color (decimal): -2858719 or 2187732. OLE color: 2187732.

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

Color convert

RGB 212 97 33 -
CMYK 0 0.54 0.84 0.17
HSL 21.45º 0.73% 0.48% -
HSV(B) 21.45º 0.84% 0.83% -
XYZ 31.7 22.66 4.14 -
YUV 124.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 212 97 33 0 0.54 0.84 0.17 21.45 0.73 0.48
Hex D4 61 21 0 36 54 11 15 49 30
Octal 324 141 41 0 66 124 21 25 111 60
Binary 11010100 1100001 100001 0 110110 1010100 10001 10101 1001001 110000

Color Harmonies of #D46121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46121

Black with #D46121

Text Example


Text Example

White with #D46121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46121; }

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

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

background-color css

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

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

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

border-color css

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

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

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