#DD9625

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

Shades of Buttercup #DD9625

Tints of Buttercup #DD9625

Color information

#DD9625 (or 0xDD9625) is unknown color: approx Buttercup. HEX triplet: DD, 96 and 25. RGB value is (221,150,37). Sum of RGB (Red+Green+Blue) = 221+150+37=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9625 is #2269DA. Grayscale: #9E9E9E. Windows color (decimal): -2255323 or 2463453. OLE color: 2463453.

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

Color convert

RGB22115037-
CMYK00.320.830.13
HSL36.85º73.02%50.59%-
HSV(B)36.85º83.26%86.67%-
XYZ41.0637.326.79-
YUV158.3559.52172.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.17%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 37 (14.84% from 255) = 9.07%
R=54.17%
G=36.76%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211503700.320.830.1336.8573.0250.59
HexDD962502053D254933
Octal33522645040123154511163
Binary11011101100101101001010100000101001111011001011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9625; }

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

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

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

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

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

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

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

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