#DD9D2C

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

Shades of Buttercup #DD9D2C

Tints of Buttercup #DD9D2C

Color information

#DD9D2C (or 0xDD9D2C) is unknown color: approx Buttercup. HEX triplet: DD, 9D and 2C. RGB value is (221,157,44). Sum of RGB (Red+Green+Blue) = 221+157+44=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9D2C is #2262D3. Grayscale: #A3A3A3. Windows color (decimal): -2253524 or 2923997. OLE color: 2923997.

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

Color convert

RGB22115744-
CMYK00.290.800.13
HSL38.31º72.24%51.96%-
HSV(B)38.31º80.09%86.67%-
XYZ42.3339.677.81-
YUV163.2560.7169.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.37%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 44 (17.58% from 255) = 10.43%
R=52.37%
G=37.20%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211574400.290.800.1338.3172.2451.96
HexDD9D2C01D50D264834
Octal33523554035120154611064
Binary1101110110011101101100011101101000011011001101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D2C; }

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

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

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

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

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

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

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

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