#d1931a

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

Shades of Buttercup #D1931A

Tints of Buttercup #D1931A

Color information

#D1931A (or 0xD1931A) is unknown color: approx Buttercup. HEX triplet: D1, 93 and 1A. RGB value is (209,147,26). Sum of RGB (Red+Green+Blue) = 209+147+26=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 26 (10.55% from 255 or 6.81% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1931A is #2E6CE5. Grayscale: #989898. Windows color (decimal): -3042534 or 1741777. OLE color: 1741777.

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

Color convert

RGB20914726-
CMYK00.300.880.18
HSL39.67º77.87%46.08%-
HSV(B)39.67º87.56%81.96%-
XYZ36.9134.55.69-
YUV151.7457.04168.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.71%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 26 (10.55% from 255) = 6.81%
R=54.71%
G=38.48%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091472600.300.880.1839.6777.8746.08
HexD1931A01E5812284e2e
Octal32122332036130225011656
Binary1101000110010011110100111101011000100101010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1931a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1931a; }

 p { color: rgb(209,147,26); }

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

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

 a { background-color: rgb(209,147,26); }

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

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

 span { border-color: rgb(209,147,26); }

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