#DDC51F

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

Shades of Sunflower #DDC51F

Tints of Sunflower #DDC51F

Color information

#DDC51F (or 0xDDC51F) is unknown color: approx Sunflower. HEX triplet: DD, C5 and 1F. RGB value is (221,197,31). Sum of RGB (Red+Green+Blue) = 221+197+31=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC51F is #223AE0. Grayscale: #B9B9B9. Windows color (decimal): -2243297 or 2082269. OLE color: 2082269.

HSL color Cylindrical-coordinate representation of color #DDC51F: hue angle of 52.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDC51F is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22119731-
CMYK00.110.860.13
HSL52.42º75.4%49.41%-
HSV(B)52.42º85.97%86.67%-
XYZ50.0355.49.35-
YUV185.2540.95153.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 197 (77.34% from 255) = 43.88%
BLUE value IS 31 (12.5% from 255) = 6.90%
R=49.22%
G=43.88%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211973100.110.860.1352.4275.449.41
HexDDC51F0B56D344b31
Octal33530537013126156411361
Binary11011101110001011111101011101011011011101001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC51F; }

 p { color: rgb(221,197,31); }

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

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

 a { background-color: rgb(221,197,31); }

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

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

 span { border-color: rgb(221,197,31); }

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