#D59222

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

Shades of Buttercup #D59222

Tints of Buttercup #D59222

Color information

#D59222 (or 0xD59222) is unknown color: approx Buttercup. HEX triplet: D5, 92 and 22. RGB value is (213,146,34). Sum of RGB (Red+Green+Blue) = 213+146+34=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D59222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59222 is #2A6DDD. Grayscale: #999999. Windows color (decimal): -2780638 or 2265813. OLE color: 2265813.

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

Color convert

RGB21314634-
CMYK00.310.840.16
HSL37.54º72.47%48.43%-
HSV(B)37.54º84.04%83.53%-
XYZ38.0134.826.23-
YUV153.2760.7170.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 34 (13.67% from 255) = 8.65%
R=54.20%
G=37.15%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131463400.310.840.1637.5472.4748.43
HexD5922201F5410264830
Octal32522242037124204611060
Binary11010101100100101000100111111010100100001001101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59222; }

 p { color: rgb(213,146,34); }

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

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

 a { background-color: rgb(213,146,34); }

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

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

 span { border-color: rgb(213,146,34); }

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