#D1962A

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

Shades of Buttercup #D1962A

Tints of Buttercup #D1962A

Color information

#D1962A (or 0xD1962A) is unknown color: approx Buttercup. HEX triplet: D1, 96 and 2A. RGB value is (209,150,42). Sum of RGB (Red+Green+Blue) = 209+150+42=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1962A is #2E69D5. Grayscale: #9B9B9B. Windows color (decimal): -3041750 or 2791121. OLE color: 2791121.

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

Color convert

RGB20915042-
CMYK00.280.800.18
HSL38.8º66.53%49.22%-
HSV(B)38.8º79.9%81.96%-
XYZ37.6235.547.07-
YUV155.3364.05166.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.12%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 42 (16.80% from 255) = 10.47%
R=52.12%
G=37.41%
B=10.47%

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
Decimal2091504200.280.800.1838.866.5349.22
HexD1962A01C5012274331
Octal32122652034120224710361
Binary11010001100101101010100111001010000100101001111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1962A; }

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

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

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

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

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

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

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

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