#D0901D

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

Shades of Buttercup #D0901D

Tints of Buttercup #D0901D

Color information

#D0901D (or 0xD0901D) is unknown color: approx Buttercup. HEX triplet: D0, 90 and 1D. RGB value is (208,144,29). Sum of RGB (Red+Green+Blue) = 208+144+29=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0901D is #2F6FE2. Grayscale: #969696. Windows color (decimal): -3108835 or 1937616. OLE color: 1937616.

HSL color Cylindrical-coordinate representation of color #D0901D: hue angle of 38.55º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0901D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20814429-
CMYK00.310.860.18
HSL38.55º75.53%46.47%-
HSV(B)38.55º86.06%81.57%-
XYZ36.2133.455.71-
YUV150.0359.7169.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.59%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 29 (11.72% from 255) = 7.61%
R=54.59%
G=37.80%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081442900.310.860.1838.5575.5346.47
HexD0901D01F5612274c2e
Octal32022035037126224711456
Binary1101000010010000111010111111010110100101001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0901D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0901D; }

 p { color: rgb(208,144,29); }

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

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

 a { background-color: rgb(208,144,29); }

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

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

 span { border-color: rgb(208,144,29); }

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