#DC9425

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

Shades of Buttercup #DC9425

Tints of Buttercup #DC9425

Color information

#DC9425 (or 0xDC9425) is unknown color: approx Buttercup. HEX triplet: DC, 94 and 25. RGB value is (220,148,37). Sum of RGB (Red+Green+Blue) = 220+148+37=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9425 is #236BDA. Grayscale: #9D9D9D. Windows color (decimal): -2321371 or 2462940. OLE color: 2462940.

HSL color Cylindrical-coordinate representation of color #DC9425: hue angle of 36.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC9425 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB22014837-
CMYK00.330.830.14
HSL36.39º72.33%50.39%-
HSV(B)36.39º83.18%86.27%-
XYZ40.4436.536.67-
YUV156.8760.35173.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.32%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 37 (14.84% from 255) = 9.14%
R=54.32%
G=36.54%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201483700.330.830.1436.3972.3350.39
HexDC942502153E244832
Octal33422445041123164411062
Binary11011100100101001001010100001101001111101001001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9425; }

 p { color: rgb(220,148,37); }

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

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

 a { background-color: rgb(220,148,37); }

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

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

 span { border-color: rgb(220,148,37); }

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