#D29D2E

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

Shades of Buttercup #D29D2E

Tints of Buttercup #D29D2E

Color information

#D29D2E (or 0xD29D2E) is unknown color: approx Buttercup. HEX triplet: D2, 9D and 2E. RGB value is (210,157,46). Sum of RGB (Red+Green+Blue) = 210+157+46=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29D2E is #2D62D1. Grayscale: #A0A0A0. Windows color (decimal): -2974418 or 3055058. OLE color: 3055058.

HSL color Cylindrical-coordinate representation of color #D29D2E: hue angle of 40.61º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D29D2E is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB21015746-
CMYK00.250.780.18
HSL40.61º64.57%50.2%-
HSV(B)40.61º78.1%82.35%-
XYZ39.1338.017.86-
YUV160.1963.56163.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 157 (61.72% from 255) = 38.01%
BLUE value IS 46 (18.36% from 255) = 11.14%
R=50.85%
G=38.01%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101574600.250.780.1840.6164.5750.2
HexD29D2E0194E12294132
Octal32223556031116225110162
Binary11010010100111011011100110011001110100101010011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29D2E; }

 p { color: rgb(210,157,46); }

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

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

 a { background-color: rgb(210,157,46); }

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

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

 span { border-color: rgb(210,157,46); }

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