#DD8A21

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

Shades of Buttercup #DD8A21

Tints of Buttercup #DD8A21

Color information

#DD8A21 (or 0xDD8A21) is unknown color: approx Buttercup. HEX triplet: DD, 8A and 21. RGB value is (221,138,33). Sum of RGB (Red+Green+Blue) = 221+138+33=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A21 is #2275DE. Grayscale: #979797. Windows color (decimal): -2258399 or 2198237. OLE color: 2198237.

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

Color convert

RGB22113833-
CMYK00.380.850.13
HSL33.51º74.02%49.8%-
HSV(B)33.51º85.07%86.67%-
XYZ39.1833.665.87-
YUV150.8561.5178.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.38%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 33 (13.28% from 255) = 8.42%
R=56.38%
G=35.20%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211383300.380.850.1333.5174.0249.8
HexDD8A2102655D224a32
Octal33521241046125154211262
Binary11011101100010101000010100110101010111011000101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8A21; }

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

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

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

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

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

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

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

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