#DD9533

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

Shades of Buttercup #DD9533

Tints of Buttercup #DD9533

Color information

#DD9533 (or 0xDD9533) is unknown color: approx Buttercup. HEX triplet: DD, 95 and 33. RGB value is (221,149,51). Sum of RGB (Red+Green+Blue) = 221+149+51=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9533 is #226ACC. Grayscale: #9F9F9F. Windows color (decimal): -2255565 or 3380701. OLE color: 3380701.

HSL color Cylindrical-coordinate representation of color #DD9533: hue angle of 34.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD9533 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB22114951-
CMYK00.330.770.13
HSL34.59º71.43%53.33%-
HSV(B)34.59º76.92%86.67%-
XYZ41.1637.118.12-
YUV159.3666.85171.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.49%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 51 (20.31% from 255) = 12.11%
R=52.49%
G=35.39%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211495100.330.770.1334.5971.4353.33
HexDD95330214DD234735
Octal33522563041115154310765
Binary11011101100101011100110100001100110111011000111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9533; }

 p { color: rgb(221,149,51); }

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

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

 a { background-color: rgb(221,149,51); }

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

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

 span { border-color: rgb(221,149,51); }

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