#D59A1F

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

Shades of Buttercup #D59A1F

Tints of Buttercup #D59A1F

Color information

#D59A1F (or 0xD59A1F) is unknown color: approx Buttercup. HEX triplet: D5, 9A and 1F. RGB value is (213,154,31). Sum of RGB (Red+Green+Blue) = 213+154+31=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A1F is #2A65E0. Grayscale: #9E9E9E. Windows color (decimal): -2778593 or 2071253. OLE color: 2071253.

HSL color Cylindrical-coordinate representation of color #D59A1F: hue angle of 40.55º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D59A1F is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB21315431-
CMYK00.280.850.16
HSL40.55º74.59%47.84%-
HSV(B)40.55º85.45%83.53%-
XYZ39.2437.366.44-
YUV157.6256.55167.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.52%
GREEN value IS 154 (60.55% from 255) = 38.69%
BLUE value IS 31 (12.5% from 255) = 7.79%
R=53.52%
G=38.69%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131543100.280.850.1640.5574.5947.84
HexD59A1F01C5510294b30
Octal32523237034125205111360
Binary1101010110011010111110111001010101100001010011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A1F; }

 p { color: rgb(213,154,31); }

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

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

 a { background-color: rgb(213,154,31); }

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

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

 span { border-color: rgb(213,154,31); }

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