#D1952B

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

Shades of Buttercup #D1952B

Tints of Buttercup #D1952B

Color information

#D1952B (or 0xD1952B) is unknown color: approx Buttercup. HEX triplet: D1, 95 and 2B. RGB value is (209,149,43). Sum of RGB (Red+Green+Blue) = 209+149+43=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1952B is #2E6AD4. Grayscale: #9B9B9B. Windows color (decimal): -3042005 or 2856401. OLE color: 2856401.

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

Color convert

RGB20914943-
CMYK00.290.790.18
HSL38.31º65.87%49.41%-
HSV(B)38.31º79.43%81.96%-
XYZ37.4835.227.11-
YUV154.8664.88166.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.12%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 43 (17.19% from 255) = 10.72%
R=52.12%
G=37.16%
B=10.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091494300.290.790.1838.3165.8749.41
HexD1952B01D4F12264231
Octal32122553035117224610261
Binary11010001100101011010110111011001111100101001101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1952B; }

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

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

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

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

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

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

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

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