#DD9922

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

Shades of Buttercup #DD9922

Tints of Buttercup #DD9922

Color information

#DD9922 (or 0xDD9922) is unknown color: approx Buttercup. HEX triplet: DD, 99 and 22. RGB value is (221,153,34). Sum of RGB (Red+Green+Blue) = 221+153+34=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 34 (13.67% from 255 or 8.33% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9922 is #2266DD. Grayscale: #A0A0A0. Windows color (decimal): -2254558 or 2267613. OLE color: 2267613.

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

Color convert

RGB22115334-
CMYK00.310.850.13
HSL38.18º73.33%50%-
HSV(B)38.18º84.62%86.67%-
XYZ41.538.276.71-
YUV159.7757.03171.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.17%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 34 (13.67% from 255) = 8.33%
R=54.17%
G=37.5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211533400.310.850.1338.1873.3350
HexDD992201F55D264932
Octal33523142037125154611162
Binary1101110110011001100010011111101010111011001101001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9922; }

 p { color: rgb(221,153,34); }

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

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

 a { background-color: rgb(221,153,34); }

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

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

 span { border-color: rgb(221,153,34); }

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