#D0911F

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

Shades of Buttercup #D0911F

Tints of Buttercup #D0911F

Color information

#D0911F (or 0xD0911F) is unknown color: approx Buttercup. HEX triplet: D0, 91 and 1F. RGB value is (208,145,31). Sum of RGB (Red+Green+Blue) = 208+145+31=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0911F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0911F is #2F6EE0. Grayscale: #979797. Windows color (decimal): -3108577 or 2068944. OLE color: 2068944.

HSL color Cylindrical-coordinate representation of color #D0911F: hue angle of 38.64º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0911F is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB20814531-
CMYK00.300.850.18
HSL38.64º74.06%46.86%-
HSV(B)38.64º85.1%81.57%-
XYZ36.3933.765.89-
YUV150.8460.37168.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.17%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 31 (12.5% from 255) = 8.07%
R=54.17%
G=37.76%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081453100.300.850.1838.6474.0646.86
HexD0911F01E5512274a2f
Octal32022137036125224711257
Binary1101000010010001111110111101010101100101001111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0911F; }

 p { color: rgb(208,145,31); }

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

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

 a { background-color: rgb(208,145,31); }

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

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

 span { border-color: rgb(208,145,31); }

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