#D1951B

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

Shades of Buttercup #D1951B

Tints of Buttercup #D1951B

Color information

#D1951B (or 0xD1951B) is unknown color: approx Buttercup. HEX triplet: D1, 95 and 1B. RGB value is (209,149,27). Sum of RGB (Red+Green+Blue) = 209+149+27=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1951B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1951B is #2E6AE4. Grayscale: #999999. Windows color (decimal): -3042021 or 1807825. OLE color: 1807825.

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

Color convert

RGB20914927-
CMYK00.290.870.18
HSL40.22º77.12%46.27%-
HSV(B)40.22º87.08%81.96%-
XYZ37.2435.135.85-
YUV153.0356.88167.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 149 (58.59% from 255) = 38.70%
BLUE value IS 27 (10.94% from 255) = 7.01%
R=54.29%
G=38.70%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091492700.290.870.1840.2277.1246.27
HexD1951B01D5712284d2e
Octal32122533035127225011556
Binary1101000110010101110110111011010111100101010001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1951B; }

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

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

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

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

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

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

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

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