#D98B1B

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

Shades of Buttercup #D98B1B

Tints of Buttercup #D98B1B

Color information

#D98B1B (or 0xD98B1B) is unknown color: approx Buttercup. HEX triplet: D9, 8B and 1B. RGB value is (217,139,27). Sum of RGB (Red+Green+Blue) = 217+139+27=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98B1B is #2674E4. Grayscale: #969696. Windows color (decimal): -2520293 or 1805273. OLE color: 1805273.

HSL color Cylindrical-coordinate representation of color #D98B1B: hue angle of 35.37º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D98B1B is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB21713927-
CMYK00.360.880.15
HSL35.37º77.87%47.84%-
HSV(B)35.37º87.56%85.1%-
XYZ38.0533.35.46-
YUV149.5558.84176.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.66%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 27 (10.94% from 255) = 7.05%
R=56.66%
G=36.29%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171392700.360.880.1535.3777.8747.84
HexD98B1B02458F234e30
Octal33121333044130174311660
Binary1101100110001011110110100100101100011111000111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98B1B; }

 p { color: rgb(217,139,27); }

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

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

 a { background-color: rgb(217,139,27); }

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

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

 span { border-color: rgb(217,139,27); }

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