#DD9F2C

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

Shades of Buttercup #DD9F2C

Tints of Buttercup #DD9F2C

Color information

#DD9F2C (or 0xDD9F2C) is unknown color: approx Buttercup. HEX triplet: DD, 9F and 2C. RGB value is (221,159,44). Sum of RGB (Red+Green+Blue) = 221+159+44=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F2C is #2260D3. Grayscale: #A4A4A4. Windows color (decimal): -2253012 or 2924509. OLE color: 2924509.

HSL color Cylindrical-coordinate representation of color #DD9F2C: hue angle of 38.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD9F2C is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22115944-
CMYK00.280.800.13
HSL38.98º72.24%51.96%-
HSV(B)38.98º80.09%86.67%-
XYZ42.6740.357.92-
YUV164.4360.04168.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.12%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 44 (17.58% from 255) = 10.38%
R=52.12%
G=37.5%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211594400.280.800.1338.9872.2451.96
HexDD9F2C01C50D274834
Octal33523754034120154711064
Binary1101110110011111101100011100101000011011001111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F2C; }

 p { color: rgb(221,159,44); }

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

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

 a { background-color: rgb(221,159,44); }

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

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

 span { border-color: rgb(221,159,44); }

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