#D59B2E

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

Shades of Buttercup #D59B2E

Tints of Buttercup #D59B2E

Color information

#D59B2E (or 0xD59B2E) is unknown color: approx Buttercup. HEX triplet: D5, 9B and 2E. RGB value is (213,155,46). Sum of RGB (Red+Green+Blue) = 213+155+46=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B2E is #2A64D1. Grayscale: #A0A0A0. Windows color (decimal): -2778322 or 3054549. OLE color: 3054549.

HSL color Cylindrical-coordinate representation of color #D59B2E: hue angle of 39.16º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D59B2E is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB21315546-
CMYK00.270.780.16
HSL39.16º66.53%50.78%-
HSV(B)39.16º78.4%83.53%-
XYZ39.6637.797.79-
YUV159.9263.72165.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.45%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 46 (18.36% from 255) = 11.11%
R=51.45%
G=37.44%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131554600.270.780.1639.1666.5350.78
HexD59B2E01B4E10274333
Octal32523356033116204710363
Binary11010101100110111011100110111001110100001001111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59B2E; }

 p { color: rgb(213,155,46); }

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

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

 a { background-color: rgb(213,155,46); }

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

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

 span { border-color: rgb(213,155,46); }

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