#D39126

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

Shades of Buttercup #D39126

Tints of Buttercup #D39126

Color information

#D39126 (or 0xD39126) is unknown color: approx Buttercup. HEX triplet: D3, 91 and 26. RGB value is (211,145,38). Sum of RGB (Red+Green+Blue) = 211+145+38=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D39126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D39126 is #2C6ED9. Grayscale: #999999. Windows color (decimal): -2911962 or 2527699. OLE color: 2527699.

HSL color Cylindrical-coordinate representation of color #D39126: hue angle of 37.11º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D39126 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB21114538-
CMYK00.310.820.17
HSL37.11º69.48%48.82%-
HSV(B)37.11º81.99%82.75%-
XYZ37.3434.246.47-
YUV152.5463.37169.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.55%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 38 (15.23% from 255) = 9.64%
R=53.55%
G=36.80%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111453800.310.820.1737.1169.4848.82
HexD3912601F5211254531
Octal32322146037122214510561
Binary11010011100100011001100111111010010100011001011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39126; }

 p { color: rgb(211,145,38); }

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

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

 a { background-color: rgb(211,145,38); }

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

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

 span { border-color: rgb(211,145,38); }

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