#DD9321

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

Shades of Buttercup #DD9321

Tints of Buttercup #DD9321

Color information

#DD9321 (or 0xDD9321) is unknown color: approx Buttercup. HEX triplet: DD, 93 and 21. RGB value is (221,147,33). Sum of RGB (Red+Green+Blue) = 221+147+33=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9321 is #226CDE. Grayscale: #9C9C9C. Windows color (decimal): -2256095 or 2200541. OLE color: 2200541.

HSL color Cylindrical-coordinate representation of color #DD9321: hue angle of 36.38º degrees, saturation: 0.74, 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 #DD9321 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22114733-
CMYK00.330.850.13
HSL36.38º74.02%49.8%-
HSV(B)36.38º85.07%86.67%-
XYZ40.5336.356.32-
YUV156.1358.52174.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.11%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 33 (13.28% from 255) = 8.23%
R=55.11%
G=36.66%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211473300.330.850.1336.3874.0249.8
HexDD932102155D244a32
Octal33522341041125154411262
Binary11011101100100111000010100001101010111011001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9321; }

 p { color: rgb(221,147,33); }

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

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

 a { background-color: rgb(221,147,33); }

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

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

 span { border-color: rgb(221,147,33); }

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