#DD8928

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

Shades of Buttercup #DD8928

Tints of Buttercup #DD8928

Color information

#DD8928 (or 0xDD8928) is unknown color: approx Buttercup. HEX triplet: DD, 89 and 28. RGB value is (221,137,40). Sum of RGB (Red+Green+Blue) = 221+137+40=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8928 is #2276D7. Grayscale: #979797. Windows color (decimal): -2258648 or 2656733. OLE color: 2656733.

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

Color convert

RGB22113740-
CMYK00.380.820.13
HSL32.15º72.69%51.18%-
HSV(B)32.15º81.9%86.67%-
XYZ39.1533.426.39-
YUV151.0665.33177.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.53%
GREEN value IS 137 (53.91% from 255) = 34.42%
BLUE value IS 40 (16.02% from 255) = 10.05%
R=55.53%
G=34.42%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211374000.380.820.1332.1572.6951.18
HexDD892802652D204933
Octal33521150046122154011163
Binary11011101100010011010000100110101001011011000001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8928; }

 p { color: rgb(221,137,40); }

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

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

 a { background-color: rgb(221,137,40); }

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

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

 span { border-color: rgb(221,137,40); }

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