#DD9933

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

Shades of Buttercup #DD9933

Tints of Buttercup #DD9933

Color information

#DD9933 (or 0xDD9933) is unknown color: approx Buttercup. HEX triplet: DD, 99 and 33. RGB value is (221,153,51). Sum of RGB (Red+Green+Blue) = 221+153+51=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9933 is #2266CC. Grayscale: #A2A2A2. Windows color (decimal): -2254541 or 3381725. OLE color: 3381725.

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

Color convert

RGB22115351-
CMYK00.310.770.13
HSL36º71.43%53.33%-
HSV(B)36º76.92%86.67%-
XYZ41.8138.398.34-
YUV161.765.53170.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 51 (20.31% from 255) = 12%
R=52%
G=36%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211535100.310.770.133671.4353.33
HexDD993301F4DD244735
Octal33523163037115154410765
Binary1101110110011001110011011111100110111011001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9933; }

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

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

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

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

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

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

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

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