#DDC224

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

Shades of Sunflower #DDC224

Tints of Sunflower #DDC224

Color information

#DDC224 (or 0xDDC224) is unknown color: approx Sunflower. HEX triplet: DD, C2 and 24. RGB value is (221,194,36). Sum of RGB (Red+Green+Blue) = 221+194+36=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC224 is #223DDB. Grayscale: #B8B8B8. Windows color (decimal): -2244060 or 2409181. OLE color: 2409181.

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

Color convert

RGB22119436-
CMYK00.120.840.13
HSL51.24º73.12%50.39%-
HSV(B)51.24º83.71%86.67%-
XYZ49.4354.089.5-
YUV184.0644.45154.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.00%
GREEN value IS 194 (76.17% from 255) = 43.02%
BLUE value IS 36 (14.45% from 255) = 7.98%
R=49.00%
G=43.02%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211943600.120.840.1351.2473.1250.39
HexDDC2240C54D334932
Octal33530244014124156311162
Binary110111011100001010010001100101010011011100111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC224; }

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

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

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

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

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

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

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

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