#DF9D30

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

Shades of Buttercup #DF9D30

Tints of Buttercup #DF9D30

Color information

#DF9D30 (or 0xDF9D30) is unknown color: approx Buttercup. HEX triplet: DF, 9D and 30. RGB value is (223,157,48). Sum of RGB (Red+Green+Blue) = 223+157+48=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9D30 is #2062CF. Grayscale: #A4A4A4. Windows color (decimal): -2122448 or 3186143. OLE color: 3186143.

HSL color Cylindrical-coordinate representation of color #DF9D30: hue angle of 37.37º 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 #DF9D30 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB22315748-
CMYK00.300.780.13
HSL37.37º73.22%53.14%-
HSV(B)37.37º78.48%87.45%-
XYZ43.0240.028.25-
YUV164.3162.37169.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.10%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 48 (19.14% from 255) = 11.21%
R=52.10%
G=36.68%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231574800.300.780.1337.3773.2253.14
HexDF9D3001E4ED254935
Octal33723560036116154511165
Binary1101111110011101110000011110100111011011001011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9D30; }

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

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

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

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

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

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

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

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