#D98C2A

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

Shades of Buttercup #D98C2A

Tints of Buttercup #D98C2A

Color information

#D98C2A (or 0xD98C2A) is unknown color: approx Buttercup. HEX triplet: D9, 8C and 2A. RGB value is (217,140,42). Sum of RGB (Red+Green+Blue) = 217+140+42=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 42 (16.80% from 255 or 10.53% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98C2A is #2673D5. Grayscale: #989898. Windows color (decimal): -2520022 or 2788569. OLE color: 2788569.

HSL color Cylindrical-coordinate representation of color #D98C2A: hue angle of 33.6º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D98C2A is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB21714042-
CMYK00.350.810.15
HSL33.6º69.72%50.78%-
HSV(B)33.6º80.65%85.1%-
XYZ38.4133.686.67-
YUV151.8566.01174.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.39%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 42 (16.80% from 255) = 10.53%
R=54.39%
G=35.09%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171404200.350.810.1533.669.7250.78
HexD98C2A02351F224633
Octal33121452043121174210663
Binary11011001100011001010100100011101000111111000101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98C2A; }

 p { color: rgb(217,140,42); }

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

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

 a { background-color: rgb(217,140,42); }

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

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

 span { border-color: rgb(217,140,42); }

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