#DA8525

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

Shades of Buttercup #DA8525

Tints of Buttercup #DA8525

Color information

#DA8525 (or 0xDA8525) is unknown color: approx Buttercup. HEX triplet: DA, 85 and 25. RGB value is (218,133,37). Sum of RGB (Red+Green+Blue) = 218+133+37=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8525 is #257ADA. Grayscale: #939393. Windows color (decimal): -2456283 or 2459098. OLE color: 2459098.

HSL color Cylindrical-coordinate representation of color #DA8525: hue angle of 31.82º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA8525 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21813337-
CMYK00.390.830.15
HSL31.82º70.98%50%-
HSV(B)31.82º83.03%85.49%-
XYZ37.6331.815.91-
YUV147.4765.66178.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.19%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 37 (14.84% from 255) = 9.54%
R=56.19%
G=34.28%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181333700.390.830.1531.8270.9850
HexDA852502753F204732
Octal33220545047123174010762
Binary11011010100001011001010100111101001111111000001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8525; }

 p { color: rgb(218,133,37); }

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

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

 a { background-color: rgb(218,133,37); }

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

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

 span { border-color: rgb(218,133,37); }

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