#D8942A

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

Shades of Buttercup #D8942A

Tints of Buttercup #D8942A

Color information

#D8942A (or 0xD8942A) is unknown color: approx Buttercup. HEX triplet: D8, 94 and 2A. RGB value is (216,148,42). Sum of RGB (Red+Green+Blue) = 216+148+42=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8942A is #276BD5. Grayscale: #9C9C9C. Windows color (decimal): -2583510 or 2790616. OLE color: 2790616.

HSL color Cylindrical-coordinate representation of color #D8942A: hue angle of 36.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8942A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB21614842-
CMYK00.310.810.15
HSL36.55º69.05%50.59%-
HSV(B)36.55º80.56%84.71%-
XYZ39.3335.957.06-
YUV156.2563.53170.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 42 (16.80% from 255) = 10.34%
R=53.20%
G=36.45%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161484200.310.810.1536.5569.0550.59
HexD8942A01F51F254533
Octal33022452037121174510563
Binary1101100010010100101010011111101000111111001011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8942A; }

 p { color: rgb(216,148,42); }

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

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

 a { background-color: rgb(216,148,42); }

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

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

 span { border-color: rgb(216,148,42); }

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