#ddc919

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

Shades of Sunflower #DDC919

Tints of Sunflower #DDC919

Color information

#DDC919 (or 0xDDC919) is unknown color: approx Sunflower. HEX triplet: DD, C9 and 19. RGB value is (221,201,25). Sum of RGB (Red+Green+Blue) = 221+201+25=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC919 is #2236E6. Grayscale: #BBBBBB. Windows color (decimal): -2242279 or 1690077. OLE color: 1690077.

HSL color Cylindrical-coordinate representation of color #DDC919: hue angle of 53.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDC919 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB22120125-
CMYK00.090.890.13
HSL53.88º79.67%48.24%-
HSV(B)53.88º88.69%86.67%-
XYZ50.8857.229.28-
YUV186.9236.63152.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 201 (78.91% from 255) = 44.97%
BLUE value IS 25 (10.16% from 255) = 5.59%
R=49.44%
G=44.97%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212012500.090.890.1353.8879.6748.24
HexDDC9190959D365030
Octal33531131011131156612060
Binary11011101110010011100101001101100111011101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddc919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddc919; }

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

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

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

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

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

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

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

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