#DD8D21

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

Shades of Buttercup #DD8D21

Tints of Buttercup #DD8D21

Color information

#DD8D21 (or 0xDD8D21) is unknown color: approx Buttercup. HEX triplet: DD, 8D and 21. RGB value is (221,141,33). Sum of RGB (Red+Green+Blue) = 221+141+33=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8D21 is #2272DE. Grayscale: #999999. Windows color (decimal): -2257631 or 2199005. OLE color: 2199005.

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

Color convert

RGB22114133-
CMYK00.360.850.13
HSL34.47º74.02%49.8%-
HSV(B)34.47º85.07%86.67%-
XYZ39.6234.536.02-
YUV152.6160.5176.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 33 (13.28% from 255) = 8.35%
R=55.95%
G=35.70%
B=8.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211413300.360.850.1334.4774.0249.8
HexDD8D2102455D224a32
Octal33521541044125154211262
Binary11011101100011011000010100100101010111011000101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8D21; }

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

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

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

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

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

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

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

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