#DDC324

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

Shades of Sunflower #DDC324

Tints of Sunflower #DDC324

Color information

#DDC324 (or 0xDDC324) is unknown color: approx Sunflower. HEX triplet: DD, C3 and 24. RGB value is (221,195,36). Sum of RGB (Red+Green+Blue) = 221+195+36=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC324 is #223CDB. Grayscale: #B9B9B9. Windows color (decimal): -2243804 or 2409437. OLE color: 2409437.

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

Color convert

RGB22119536-
CMYK00.120.840.13
HSL51.57º73.12%50.39%-
HSV(B)51.57º83.71%86.67%-
XYZ49.6554.539.58-
YUV184.6544.11153.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 36 (14.45% from 255) = 7.96%
R=48.89%
G=43.14%
B=7.96%

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
Decimal2211953600.120.840.1351.5773.1250.39
HexDDC3240C54D344932
Octal33530344014124156411162
Binary110111011100001110010001100101010011011101001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC324; }

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

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

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

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

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

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

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

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