#DD9B2A

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

Shades of Buttercup #DD9B2A

Tints of Buttercup #DD9B2A

Color information

#DD9B2A (or 0xDD9B2A) is unknown color: approx Buttercup. HEX triplet: DD, 9B and 2A. RGB value is (221,155,42). Sum of RGB (Red+Green+Blue) = 221+155+42=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9B2A is #2264D5. Grayscale: #A2A2A2. Windows color (decimal): -2254038 or 2792413. OLE color: 2792413.

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

Color convert

RGB22115542-
CMYK00.300.810.13
HSL37.88º72.47%51.57%-
HSV(B)37.88º81%86.67%-
XYZ41.9638.987.5-
YUV161.8560.37170.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.87%
GREEN value IS 155 (60.94% from 255) = 37.08%
BLUE value IS 42 (16.80% from 255) = 10.05%
R=52.87%
G=37.08%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211554200.300.810.1337.8872.4751.57
HexDD9B2A01E51D264834
Octal33523352036121154611064
Binary1101110110011011101010011110101000111011001101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B2A; }

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

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

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

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

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

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

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

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