#D89A2D

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

Shades of Buttercup #D89A2D

Tints of Buttercup #D89A2D

Color information

#D89A2D (or 0xD89A2D) is unknown color: approx Buttercup. HEX triplet: D8, 9A and 2D. RGB value is (216,154,45). Sum of RGB (Red+Green+Blue) = 216+154+45=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89A2D is #2765D2. Grayscale: #A0A0A0. Windows color (decimal): -2581971 or 2988760. OLE color: 2988760.

HSL color Cylindrical-coordinate representation of color #D89A2D: hue angle of 38.25º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D89A2D is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB21615445-
CMYK00.290.790.15
HSL38.25º68.67%51.18%-
HSV(B)38.25º79.17%84.71%-
XYZ40.3537.97.67-
YUV160.1163.04167.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.05%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 45 (17.97% from 255) = 10.84%
R=52.05%
G=37.11%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161544500.290.790.1538.2568.6751.18
HexD89A2D01D4FF264533
Octal33023255035117174610563
Binary1101100010011010101101011101100111111111001101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A2D; }

 p { color: rgb(216,154,45); }

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

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

 a { background-color: rgb(216,154,45); }

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

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

 span { border-color: rgb(216,154,45); }

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