#D1972A

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

Shades of Buttercup #D1972A

Tints of Buttercup #D1972A

Color information

#D1972A (or 0xD1972A) is unknown color: approx Buttercup. HEX triplet: D1, 97 and 2A. RGB value is (209,151,42). Sum of RGB (Red+Green+Blue) = 209+151+42=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1972A is #2E68D5. Grayscale: #9C9C9C. Windows color (decimal): -3041494 or 2791377. OLE color: 2791377.

HSL color Cylindrical-coordinate representation of color #D1972A: hue angle of 39.16º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1972A is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB20915142-
CMYK00.280.800.18
HSL39.16º66.53%49.22%-
HSV(B)39.16º79.9%81.96%-
XYZ37.7835.867.12-
YUV155.9263.72165.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 42 (16.80% from 255) = 10.45%
R=51.99%
G=37.56%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091514200.280.800.1839.1666.5349.22
HexD1972A01C5012274331
Octal32122752034120224710361
Binary11010001100101111010100111001010000100101001111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1972A; }

 p { color: rgb(209,151,42); }

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

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

 a { background-color: rgb(209,151,42); }

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

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

 span { border-color: rgb(209,151,42); }

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