#DCA132

Color #DCA132 Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #DCA132

Tints of Buttercup #DCA132

Color information

#DCA132 (or 0xDCA132) is unknown color: approx Buttercup. HEX triplet: DC, A1 and 32. RGB value is (220,161,50). Sum of RGB (Red+Green+Blue) = 220+161+50=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA132 is #235ECD. Grayscale: #A6A6A6. Windows color (decimal): -2318030 or 3318236. OLE color: 3318236.

HSL color Cylindrical-coordinate representation of color #DCA132: hue angle of 39.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCA132 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB22016150-
CMYK00.270.770.14
HSL39.18º70.83%52.94%-
HSV(B)39.18º77.27%86.27%-
XYZ42.8440.948.66-
YUV165.9962.55166.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.04%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 50 (19.92% from 255) = 11.60%
R=51.04%
G=37.35%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201615000.270.770.1439.1870.8352.94
HexDCA13201B4DE274735
Octal33424162033115164710765
Binary1101110010100001110010011011100110111101001111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA132; }

 p { color: rgb(220,161,50); }

 H1.HeaderClassName
 {
   color: #DCA132;
 }
 .AnyTagClassName
 {
   color: #DCA132;
 }
</style>
background-color css

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

 a { background-color: rgb(220,161,50); }

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

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

 span { border-color: rgb(220,161,50); }

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