#D48A23

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

Shades of Buttercup #D48A23

Tints of Buttercup #D48A23

Color information

#D48A23 (or 0xD48A23) is unknown color: approx Buttercup. HEX triplet: D4, 8A and 23. RGB value is (212,138,35). Sum of RGB (Red+Green+Blue) = 212+138+35=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A23 is #2B75DC. Grayscale: #949494. Windows color (decimal): -2848221 or 2329300. OLE color: 2329300.

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

Color convert

RGB21213835-
CMYK00.350.830.17
HSL34.92º71.66%48.43%-
HSV(B)34.92º83.49%83.14%-
XYZ36.5432.35.9-
YUV148.3864.02173.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.06%
GREEN value IS 138 (54.30% from 255) = 35.84%
BLUE value IS 35 (14.06% from 255) = 9.09%
R=55.06%
G=35.84%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121383500.350.830.1734.9271.6648.43
HexD48A230235311234830
Octal32421243043123214311060
Binary110101001000101010001101000111010011100011000111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48A23; }

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

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

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

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

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

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

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

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