Html Css Color HEX #D46C21 Chocolate

📋 copy color: '#D46C21'

red 212 ◦ green 108 ◦ blue 33

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

Shades of Chocolate #D46C21

Tints of Chocolate #D46C21

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.59%

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

R = 60.06%
G = 30.59%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D46C21 (or 0xD46C21) is known color: Chocolate. HEX triplet: D4, 6C and 21. RGB value is (212,108,33). Sum of RGB (Red+Green+Blue) = 212+108+33=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C21 is #2B93DE. Grayscale: #828282. Windows color (decimal): -2855903 or 2190548. OLE color: 2190548.

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

Color convert

RGB 212 108 33 -
CMYK 0 0.49 0.84 0.17
HSL 25.14º 0.73% 0.48% -
HSV(B) 25.14º 0.84% 0.83% -
XYZ 32.79 24.83 4.5 -
YUV 130.55 72.96 186.1 -
System Red Green Blue C M Y K H S L
Decimal 212 108 33 0 0.49 0.84 0.17 25.14 0.73 0.48
Hex D4 6C 21 0 31 54 11 19 49 30
Octal 324 154 41 0 61 124 21 31 111 60
Binary 11010100 1101100 100001 0 110001 1010100 10001 11001 1001001 110000

Color Harmonies of #D46C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C21

Black with #D46C21

Text Example


Text Example

White with #D46C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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