#D49D2F

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

Shades of Buttercup #D49D2F

Tints of Buttercup #D49D2F

Color information

#D49D2F (or 0xD49D2F) is unknown color: approx Buttercup. HEX triplet: D4, 9D and 2F. RGB value is (212,157,47). Sum of RGB (Red+Green+Blue) = 212+157+47=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49D2F is #2B62D0. Grayscale: #A1A1A1. Windows color (decimal): -2843345 or 3120596. OLE color: 3120596.

HSL color Cylindrical-coordinate representation of color #D49D2F: hue angle of 40º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D49D2F is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB21215747-
CMYK00.260.780.17
HSL40º65.74%50.78%-
HSV(B)40º77.83%83.14%-
XYZ39.7238.327.99-
YUV160.963.72164.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.96%
GREEN value IS 157 (61.72% from 255) = 37.74%
BLUE value IS 47 (18.75% from 255) = 11.30%
R=50.96%
G=37.74%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121574700.260.780.174065.7450.78
HexD49D2F01A4E11284233
Octal32423557032116215010263
Binary11010100100111011011110110101001110100011010001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49D2F; }

 p { color: rgb(212,157,47); }

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

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

 a { background-color: rgb(212,157,47); }

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

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

 span { border-color: rgb(212,157,47); }

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