#DDC221

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

Shades of Sunflower #DDC221

Tints of Sunflower #DDC221

Color information

#DDC221 (or 0xDDC221) is unknown color: approx Sunflower. HEX triplet: DD, C2 and 21. RGB value is (221,194,33). Sum of RGB (Red+Green+Blue) = 221+194+33=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC221 is #223DDE. Grayscale: #B8B8B8. Windows color (decimal): -2244063 or 2212573. OLE color: 2212573.

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

Color convert

RGB22119433-
CMYK00.120.850.13
HSL51.38º74.02%49.8%-
HSV(B)51.38º85.07%86.67%-
XYZ49.3954.079.27-
YUV183.7242.95154.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 194 (76.17% from 255) = 43.30%
BLUE value IS 33 (13.28% from 255) = 7.37%
R=49.33%
G=43.30%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211943300.120.850.1351.3874.0249.8
HexDDC2210C55D334a32
Octal33530241014125156311262
Binary110111011100001010000101100101010111011100111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC221; }

 p { color: rgb(221,194,33); }

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

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

 a { background-color: rgb(221,194,33); }

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

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

 span { border-color: rgb(221,194,33); }

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