#D0992B

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

Shades of Buttercup #D0992B

Tints of Buttercup #D0992B

Color information

#D0992B (or 0xD0992B) is unknown color: approx Buttercup. HEX triplet: D0, 99 and 2B. RGB value is (208,153,43). Sum of RGB (Red+Green+Blue) = 208+153+43=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0992B is #2F66D4. Grayscale: #9D9D9D. Windows color (decimal): -3106517 or 2857424. OLE color: 2857424.

HSL color Cylindrical-coordinate representation of color #D0992B: hue angle of 40º 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 #D0992B is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20815343-
CMYK00.260.790.18
HSL40º65.74%49.22%-
HSV(B)40º79.33%81.57%-
XYZ37.8436.377.31-
YUV156.963.72164.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.49%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 43 (17.19% from 255) = 10.64%
R=51.49%
G=37.87%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081534300.260.790.184065.7449.22
HexD0992B01A4F12284231
Octal32023153032117225010261
Binary11010000100110011010110110101001111100101010001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0992B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0992B; }

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

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

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

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

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

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

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

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