#D48E21

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

Shades of Buttercup #D48E21

Tints of Buttercup #D48E21

Color information

#D48E21 (or 0xD48E21) is unknown color: approx Buttercup. HEX triplet: D4, 8E and 21. RGB value is (212,142,33). Sum of RGB (Red+Green+Blue) = 212+142+33=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E21 is #2B71DE. Grayscale: #979797. Windows color (decimal): -2847199 or 2199252. OLE color: 2199252.

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

Color convert

RGB21214233-
CMYK00.330.840.17
HSL36.54º73.06%48.04%-
HSV(B)36.54º84.43%83.14%-
XYZ37.133.455.94-
YUV150.561.69171.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.78%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 33 (13.28% from 255) = 8.53%
R=54.78%
G=36.69%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121423300.330.840.1736.5473.0648.04
HexD48E210215411254930
Octal32421641041124214511160
Binary110101001000111010000101000011010100100011001011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48E21; }

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

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

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

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

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

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

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

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