#DF9F30

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

Shades of Buttercup #DF9F30

Tints of Buttercup #DF9F30

Color information

#DF9F30 (or 0xDF9F30) is unknown color: approx Buttercup. HEX triplet: DF, 9F and 30. RGB value is (223,159,48). Sum of RGB (Red+Green+Blue) = 223+159+48=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9F30 is #2060CF. Grayscale: #A5A5A5. Windows color (decimal): -2121936 or 3186655. OLE color: 3186655.

HSL color Cylindrical-coordinate representation of color #DF9F30: hue angle of 38.06º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF9F30 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB22315948-
CMYK00.290.780.13
HSL38.06º73.22%53.14%-
HSV(B)38.06º78.48%87.45%-
XYZ43.3640.78.37-
YUV165.4861.7169.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.86%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 48 (19.14% from 255) = 11.16%
R=51.86%
G=36.98%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231594800.290.780.1338.0673.2253.14
HexDF9F3001D4ED264935
Octal33723760035116154611165
Binary1101111110011111110000011101100111011011001101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9F30; }

 p { color: rgb(223,159,48); }

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

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

 a { background-color: rgb(223,159,48); }

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

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

 span { border-color: rgb(223,159,48); }

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