#D48D1D

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

Shades of Buttercup #D48D1D

Tints of Buttercup #D48D1D

Color information

#D48D1D (or 0xD48D1D) is unknown color: approx Buttercup. HEX triplet: D4, 8D and 1D. RGB value is (212,141,29). Sum of RGB (Red+Green+Blue) = 212+141+29=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48D1D is #2B72E2. Grayscale: #959595. Windows color (decimal): -2847459 or 1936852. OLE color: 1936852.

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

Color convert

RGB21214129-
CMYK00.330.860.17
HSL36.72º75.93%47.25%-
HSV(B)36.72º86.32%83.14%-
XYZ36.933.145.61-
YUV149.4660.02172.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.50%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 29 (11.72% from 255) = 7.59%
R=55.50%
G=36.91%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121412900.330.860.1736.7275.9347.25
HexD48D1D0215611254c2f
Octal32421535041126214511457
Binary11010100100011011110101000011010110100011001011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48D1D; }

 p { color: rgb(212,141,29); }

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

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

 a { background-color: rgb(212,141,29); }

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

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

 span { border-color: rgb(212,141,29); }

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