#DD9B24

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

Shades of Buttercup #DD9B24

Tints of Buttercup #DD9B24

Color information

#DD9B24 (or 0xDD9B24) is unknown color: approx Buttercup. HEX triplet: DD, 9B and 24. RGB value is (221,155,36). Sum of RGB (Red+Green+Blue) = 221+155+36=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9B24 is #2264DB. Grayscale: #A1A1A1. Windows color (decimal): -2254044 or 2399197. OLE color: 2399197.

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

Color convert

RGB22115536-
CMYK00.300.840.13
HSL38.59º73.12%50.39%-
HSV(B)38.59º83.71%86.67%-
XYZ41.8638.946.98-
YUV161.1757.37170.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.64%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 36 (14.45% from 255) = 8.74%
R=53.64%
G=37.62%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211553600.300.840.1338.5973.1250.39
HexDD9B2401E54D274932
Octal33523344036124154711162
Binary1101110110011011100100011110101010011011001111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B24; }

 p { color: rgb(221,155,36); }

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

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

 a { background-color: rgb(221,155,36); }

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

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

 span { border-color: rgb(221,155,36); }

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