#DD8A25

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

Shades of Buttercup #DD8A25

Tints of Buttercup #DD8A25

Color information

#DD8A25 (or 0xDD8A25) is unknown color: approx Buttercup. HEX triplet: DD, 8A and 25. RGB value is (221,138,37). Sum of RGB (Red+Green+Blue) = 221+138+37=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A25 is #2275DA. Grayscale: #979797. Windows color (decimal): -2258395 or 2460381. OLE color: 2460381.

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

Color convert

RGB22113837-
CMYK00.380.830.13
HSL32.93º73.02%50.59%-
HSV(B)32.93º83.26%86.67%-
XYZ39.2433.686.18-
YUV151.363.5177.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.81%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 37 (14.84% from 255) = 9.34%
R=55.81%
G=34.85%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211383700.380.830.1332.9373.0250.59
HexDD8A2502653D214933
Octal33521245046123154111163
Binary11011101100010101001010100110101001111011000011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8A25; }

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

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

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

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

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

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

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

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