#d1951a

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

Shades of Buttercup #D1951A

Tints of Buttercup #D1951A

Color information

#D1951A (or 0xD1951A) is unknown color: approx Buttercup. HEX triplet: D1, 95 and 1A. RGB value is (209,149,26). Sum of RGB (Red+Green+Blue) = 209+149+26=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1951A is #2E6AE5. Grayscale: #999999. Windows color (decimal): -3042022 or 1742289. OLE color: 1742289.

HSL color Cylindrical-coordinate representation of color #D1951A: hue angle of 40.33º 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 #D1951A is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB20914926-
CMYK00.290.880.18
HSL40.33º77.87%46.08%-
HSV(B)40.33º87.56%81.96%-
XYZ37.2335.125.79-
YUV152.9256.38168-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.43%
GREEN value IS 149 (58.59% from 255) = 38.80%
BLUE value IS 26 (10.55% from 255) = 6.77%
R=54.43%
G=38.80%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091492600.290.880.1840.3377.8746.08
HexD1951A01D5812284e2e
Octal32122532035130225011656
Binary1101000110010101110100111011011000100101010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1951a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1951a; }

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

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

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

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

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

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

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

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