#DD9C26

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

Shades of Buttercup #DD9C26

Tints of Buttercup #DD9C26

Color information

#DD9C26 (or 0xDD9C26) is unknown color: approx Buttercup. HEX triplet: DD, 9C and 26. RGB value is (221,156,38). Sum of RGB (Red+Green+Blue) = 221+156+38=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9C26 is #2263D9. Grayscale: #A2A2A2. Windows color (decimal): -2253786 or 2530525. OLE color: 2530525.

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

Color convert

RGB22115638-
CMYK00.290.830.13
HSL38.69º72.91%50.78%-
HSV(B)38.69º82.81%86.67%-
XYZ42.0639.297.2-
YUV161.9858.03170.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 38 (15.23% from 255) = 9.16%
R=53.25%
G=37.59%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211563800.290.830.1338.6972.9150.78
HexDD9C2601D53D274933
Octal33523446035123154711163
Binary1101110110011100100110011101101001111011001111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9C26; }

 p { color: rgb(221,156,38); }

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

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

 a { background-color: rgb(221,156,38); }

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

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

 span { border-color: rgb(221,156,38); }

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