#DDC921

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

Shades of Sunflower #DDC921

Tints of Sunflower #DDC921

Color information

#DDC921 (or 0xDDC921) is unknown color: approx Sunflower. HEX triplet: DD, C9 and 21. RGB value is (221,201,33). Sum of RGB (Red+Green+Blue) = 221+201+33=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC921 is #2236DE. Grayscale: #BCBCBC. Windows color (decimal): -2242271 or 2214365. OLE color: 2214365.

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

Color convert

RGB22120133-
CMYK00.090.850.13
HSL53.62º74.02%49.8%-
HSV(B)53.62º85.07%86.67%-
XYZ50.9857.269.8-
YUV187.8340.63151.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 201 (78.91% from 255) = 44.18%
BLUE value IS 33 (13.28% from 255) = 7.25%
R=48.57%
G=44.18%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212013300.090.850.1353.6274.0249.8
HexDDC9210955D364a32
Octal33531141011125156611262
Binary110111011100100110000101001101010111011101101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC921; }

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

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

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

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

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

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

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

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