#D48A21

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

Shades of Buttercup #D48A21

Tints of Buttercup #D48A21

Color information

#D48A21 (or 0xD48A21) is unknown color: approx Buttercup. HEX triplet: D4, 8A and 21. RGB value is (212,138,33). Sum of RGB (Red+Green+Blue) = 212+138+33=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A21 is #2B75DE. Grayscale: #949494. Windows color (decimal): -2848223 or 2198228. OLE color: 2198228.

HSL color Cylindrical-coordinate representation of color #D48A21: hue angle of 35.2º 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 #D48A21 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB21213833-
CMYK00.350.840.17
HSL35.2º73.06%48.04%-
HSV(B)35.2º84.43%83.14%-
XYZ36.5132.285.75-
YUV148.1663.02173.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 33 (13.28% from 255) = 8.62%
R=55.35%
G=36.03%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121383300.350.840.1735.273.0648.04
HexD48A210235411234930
Octal32421241043124214311160
Binary110101001000101010000101000111010100100011000111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A21; }

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

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

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

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

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

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

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

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