#D18F16

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

Shades of Buttercup #D18F16

Tints of Buttercup #D18F16

Color information

#D18F16 (or 0xD18F16) is unknown color: approx Buttercup. HEX triplet: D1, 8F and 16. RGB value is (209,143,22). Sum of RGB (Red+Green+Blue) = 209+143+22=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18F16 is #2E70E9. Grayscale: #959595. Windows color (decimal): -3043562 or 1478609. OLE color: 1478609.

HSL color Cylindrical-coordinate representation of color #D18F16: hue angle of 38.82º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D18F16 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20914322-
CMYK00.320.890.18
HSL38.82º80.95%45.29%-
HSV(B)38.82º89.47%81.96%-
XYZ36.2633.265.27-
YUV148.9456.37170.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.88%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 22 (8.98% from 255) = 5.88%
R=55.88%
G=38.24%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091432200.320.890.1838.8280.9545.29
HexD18F16020591227512d
Octal32121726040131224712155
Binary11010001100011111011001000001011001100101001111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F16; }

 p { color: rgb(209,143,22); }

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

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

 a { background-color: rgb(209,143,22); }

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

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

 span { border-color: rgb(209,143,22); }

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