#DDC54F

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

Shades of Confetti #DDC54F

Tints of Confetti #DDC54F

Color information

#DDC54F (or 0xDDC54F) is unknown color: approx Confetti. HEX triplet: DD, C5 and 4F. RGB value is (221,197,79). Sum of RGB (Red+Green+Blue) = 221+197+79=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC54F is #223AB0. Grayscale: #BFBFBF. Windows color (decimal): -2243249 or 5227997. OLE color: 5227997.

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

Color convert

RGB22119779-
CMYK00.110.640.13
HSL49.86º67.62%58.82%-
HSV(B)49.86º64.25%86.67%-
XYZ51.255.8715.48-
YUV190.7264.95149.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 197 (77.34% from 255) = 39.64%
BLUE value IS 79 (31.25% from 255) = 15.90%
R=44.47%
G=39.64%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211977900.110.640.1349.8667.6258.82
HexDDC54F0B40D32443b
Octal335305117013100156210473
Binary1101110111000101100111101011100000011011100101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC54F; }

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

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

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

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

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

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

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

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