#DD8829

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

Shades of Buttercup #DD8829

Tints of Buttercup #DD8829

Color information

#DD8829 (or 0xDD8829) is unknown color: approx Buttercup. HEX triplet: DD, 88 and 29. RGB value is (221,136,41). Sum of RGB (Red+Green+Blue) = 221+136+41=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8829 is #2277D6. Grayscale: #979797. Windows color (decimal): -2258903 or 2722013. OLE color: 2722013.

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

Color convert

RGB22113641-
CMYK00.380.810.13
HSL31.67º72.58%51.37%-
HSV(B)31.67º81.45%86.67%-
XYZ39.0233.146.44-
YUV150.5866.16178.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.53%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 41 (16.41% from 255) = 10.30%
R=55.53%
G=34.17%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211364100.380.810.1331.6772.5851.37
HexDD882902651D204933
Octal33521051046121154011163
Binary11011101100010001010010100110101000111011000001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8829; }

 p { color: rgb(221,136,41); }

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

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

 a { background-color: rgb(221,136,41); }

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

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

 span { border-color: rgb(221,136,41); }

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