#d08f1b

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

Shades of Buttercup #D08F1B

Tints of Buttercup #D08F1B

Color information

#D08F1B (or 0xD08F1B) is unknown color: approx Buttercup. HEX triplet: D0, 8F and 1B. RGB value is (208,143,27). Sum of RGB (Red+Green+Blue) = 208+143+27=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08F1B is #2F70E4. Grayscale: #959595. Windows color (decimal): -3109093 or 1806288. OLE color: 1806288.

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

Color convert

RGB20814327-
CMYK00.310.870.18
HSL38.45º77.02%46.08%-
HSV(B)38.45º87.02%81.57%-
XYZ36.0333.135.53-
YUV149.2159.03169.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 55.03%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 27 (10.94% from 255) = 7.14%
R=55.03%
G=37.83%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081432700.310.870.1838.4577.0246.08
HexD08F1B01F5712264d2e
Octal32021733037127224611556
Binary1101000010001111110110111111010111100101001101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d08f1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d08f1b; }

 p { color: rgb(208,143,27); }

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

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

 a { background-color: rgb(208,143,27); }

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

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

 span { border-color: rgb(208,143,27); }

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