#D48F2B

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

Shades of Buttercup #D48F2B

Tints of Buttercup #D48F2B

Color information

#D48F2B (or 0xD48F2B) is unknown color: approx Buttercup. HEX triplet: D4, 8F and 2B. RGB value is (212,143,43). Sum of RGB (Red+Green+Blue) = 212+143+43=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48F2B is #2B70D4. Grayscale: #989898. Windows color (decimal): -2846933 or 2854868. OLE color: 2854868.

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

Color convert

RGB21214343-
CMYK00.330.800.17
HSL35.5º66.27%50%-
HSV(B)35.5º79.72%83.14%-
XYZ37.4133.826.84-
YUV152.2366.36170.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.27%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 43 (17.19% from 255) = 10.80%
R=53.27%
G=35.93%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121434300.330.800.1735.566.2750
HexD48F2B0215011244232
Octal32421753041120214410262
Binary110101001000111110101101000011010000100011001001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48F2B; }

 p { color: rgb(212,143,43); }

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

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

 a { background-color: rgb(212,143,43); }

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

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

 span { border-color: rgb(212,143,43); }

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