#D89225

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

Shades of Buttercup #D89225

Tints of Buttercup #D89225

Color information

#D89225 (or 0xD89225) is unknown color: approx Buttercup. HEX triplet: D8, 92 and 25. RGB value is (216,146,37). Sum of RGB (Red+Green+Blue) = 216+146+37=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D89225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89225 is #276DDA. Grayscale: #9B9B9B. Windows color (decimal): -2584027 or 2462424. OLE color: 2462424.

HSL color Cylindrical-coordinate representation of color #D89225: hue angle of 36.54º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D89225 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21614637-
CMYK00.320.830.15
HSL36.54º70.75%49.61%-
HSV(B)36.54º82.87%84.71%-
XYZ38.9335.296.51-
YUV154.561.69171.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.14%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 37 (14.84% from 255) = 9.27%
R=54.14%
G=36.59%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161463700.320.830.1536.5470.7549.61
HexD8922502053F254732
Octal33022245040123174510762
Binary11011000100100101001010100000101001111111001011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89225; }

 p { color: rgb(216,146,37); }

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

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

 a { background-color: rgb(216,146,37); }

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

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

 span { border-color: rgb(216,146,37); }

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