#D0982B

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

Shades of Buttercup #D0982B

Tints of Buttercup #D0982B

Color information

#D0982B (or 0xD0982B) is unknown color: approx Buttercup. HEX triplet: D0, 98 and 2B. RGB value is (208,152,43). Sum of RGB (Red+Green+Blue) = 208+152+43=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0982B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0982B is #2F67D4. Grayscale: #9C9C9C. Windows color (decimal): -3106773 or 2857168. OLE color: 2857168.

HSL color Cylindrical-coordinate representation of color #D0982B: hue angle of 39.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0982B is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20815243-
CMYK00.270.790.18
HSL39.64º65.74%49.22%-
HSV(B)39.64º79.33%81.57%-
XYZ37.6836.047.26-
YUV156.3264.05164.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.61%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 43 (17.19% from 255) = 10.67%
R=51.61%
G=37.72%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081524300.270.790.1839.6465.7449.22
HexD0982B01B4F12284231
Octal32023053033117225010261
Binary11010000100110001010110110111001111100101010001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0982B; }

 p { color: rgb(208,152,43); }

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

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

 a { background-color: rgb(208,152,43); }

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

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

 span { border-color: rgb(208,152,43); }

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