#DC9232

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

Shades of Buttercup #DC9232

Tints of Buttercup #DC9232

Color information

#DC9232 (or 0xDC9232) is unknown color: approx Buttercup. HEX triplet: DC, 92 and 32. RGB value is (220,146,50). Sum of RGB (Red+Green+Blue) = 220+146+50=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9232 is #236DCD. Grayscale: #9D9D9D. Windows color (decimal): -2321870 or 3314396. OLE color: 3314396.

HSL color Cylindrical-coordinate representation of color #DC9232: hue angle of 33.88º 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 #DC9232 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB22014650-
CMYK00.340.770.14
HSL33.88º70.83%52.94%-
HSV(B)33.88º77.27%86.27%-
XYZ40.37367.84-
YUV157.1867.52172.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.88%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 50 (19.92% from 255) = 12.02%
R=52.88%
G=35.10%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201465000.340.770.1433.8870.8352.94
HexDC92320224DE224735
Octal33422262042115164210765
Binary11011100100100101100100100010100110111101000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9232; }

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

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

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

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

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

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

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

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