#DD9733

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

Shades of Buttercup #DD9733

Tints of Buttercup #DD9733

Color information

#DD9733 (or 0xDD9733) is unknown color: approx Buttercup. HEX triplet: DD, 97 and 33. RGB value is (221,151,51). Sum of RGB (Red+Green+Blue) = 221+151+51=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9733 is #2268CC. Grayscale: #A1A1A1. Windows color (decimal): -2255053 or 3381213. OLE color: 3381213.

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

Color convert

RGB22115151-
CMYK00.320.770.13
HSL35.29º71.43%53.33%-
HSV(B)35.29º76.92%86.67%-
XYZ41.4837.748.23-
YUV160.5366.19171.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 51 (20.31% from 255) = 12.06%
R=52.25%
G=35.70%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211515100.320.770.1335.2971.4353.33
HexDD97330204DD234735
Octal33522763040115154310765
Binary11011101100101111100110100000100110111011000111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9733; }

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

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

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

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

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

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

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

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