#DDD24F

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

Shades of Confetti #DDD24F

Tints of Confetti #DDD24F

Color information

#DDD24F (or 0xDDD24F) is unknown color: approx Confetti. HEX triplet: DD, D2 and 4F. RGB value is (221,210,79). Sum of RGB (Red+Green+Blue) = 221+210+79=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD24F is #222DB0. Grayscale: #C6C6C6. Windows color (decimal): -2239921 or 5231325. OLE color: 5231325.

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

Color convert

RGB22121079-
CMYK00.050.640.13
HSL55.35º67.62%58.82%-
HSV(B)55.35º64.25%86.67%-
XYZ54.2862.0316.51-
YUV198.3660.64144.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 79 (31.25% from 255) = 15.49%
R=43.33%
G=41.18%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212107900.050.640.1355.3567.6258.82
HexDDD24F0540D37443b
Octal33532211705100156710473
Binary110111011101001010011110101100000011011101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD24F; }

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

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

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

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

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

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

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

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