#DDC028

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

Shades of Sunflower #DDC028

Tints of Sunflower #DDC028

Color information

#DDC028 (or 0xDDC028) is unknown color: approx Sunflower. HEX triplet: DD, C0 and 28. RGB value is (221,192,40). Sum of RGB (Red+Green+Blue) = 221+192+40=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC028 is #223FD7. Grayscale: #B7B7B7. Windows color (decimal): -2244568 or 2670813. OLE color: 2670813.

HSL color Cylindrical-coordinate representation of color #DDC028: hue angle of 50.39º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDC028 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB22119240-
CMYK00.130.820.13
HSL50.39º72.69%51.18%-
HSV(B)50.39º81.9%86.67%-
XYZ49.0553.229.7-
YUV183.3447.11154.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 192 (75.39% from 255) = 42.38%
BLUE value IS 40 (16.02% from 255) = 8.83%
R=48.79%
G=42.38%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211924000.130.820.1350.3972.6951.18
HexDDC0280D52D324933
Octal33530050015122156211163
Binary110111011100000010100001101101001011011100101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC028; }

 p { color: rgb(221,192,40); }

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

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

 a { background-color: rgb(221,192,40); }

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

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

 span { border-color: rgb(221,192,40); }

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