#DA9A31

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

Shades of Buttercup #DA9A31

Tints of Buttercup #DA9A31

Color information

#DA9A31 (or 0xDA9A31) is unknown color: approx Buttercup. HEX triplet: DA, 9A and 31. RGB value is (218,154,49). Sum of RGB (Red+Green+Blue) = 218+154+49=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9A31 is #2565CE. Grayscale: #A1A1A1. Windows color (decimal): -2450895 or 3250906. OLE color: 3250906.

HSL color Cylindrical-coordinate representation of color #DA9A31: hue angle of 37.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA9A31 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB21815449-
CMYK00.290.780.15
HSL37.28º69.55%52.35%-
HSV(B)37.28º77.52%85.49%-
XYZ41.0238.248.12-
YUV161.1764.7168.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.78%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 49 (19.53% from 255) = 11.64%
R=51.78%
G=36.58%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181544900.290.780.1537.2869.5552.35
HexDA9A3101D4EF254634
Octal33223261035116174510664
Binary1101101010011010110001011101100111011111001011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9A31; }

 p { color: rgb(218,154,49); }

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

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

 a { background-color: rgb(218,154,49); }

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

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

 span { border-color: rgb(218,154,49); }

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