#D48E17

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

Shades of Buttercup #D48E17

Tints of Buttercup #D48E17

Color information

#D48E17 (or 0xD48E17) is unknown color: approx Buttercup. HEX triplet: D4, 8E and 17. RGB value is (212,142,23). Sum of RGB (Red+Green+Blue) = 212+142+23=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48E17 is #2B71E8. Grayscale: #959595. Windows color (decimal): -2847209 or 1543892. OLE color: 1543892.

HSL color Cylindrical-coordinate representation of color #D48E17: hue angle of 37.78º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D48E17 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB21214223-
CMYK00.330.890.17
HSL37.78º80.43%46.08%-
HSV(B)37.78º89.15%83.14%-
XYZ36.9833.45.31-
YUV149.3656.69172.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.23%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 23 (9.38% from 255) = 6.10%
R=56.23%
G=37.67%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121422300.330.890.1737.7880.4346.08
HexD48E17021591126502e
Octal32421627041131214612056
Binary11010100100011101011101000011011001100011001101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48E17; }

 p { color: rgb(212,142,23); }

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

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

 a { background-color: rgb(212,142,23); }

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

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

 span { border-color: rgb(212,142,23); }

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