#DDD24D

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

Shades of Confetti #DDD24D

Tints of Confetti #DDD24D

Color information

#DDD24D (or 0xDDD24D) is unknown color: approx Confetti. HEX triplet: DD, D2 and 4D. RGB value is (221,210,77). Sum of RGB (Red+Green+Blue) = 221+210+77=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD24D is #222DB2. Grayscale: #C6C6C6. Windows color (decimal): -2239923 or 5100253. OLE color: 5100253.

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

Color convert

RGB22121077-
CMYK00.050.650.13
HSL55.42º67.92%58.43%-
HSV(B)55.42º65.16%86.67%-
XYZ54.26216.13-
YUV198.1359.64144.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 210 (82.42% from 255) = 41.34%
BLUE value IS 77 (30.47% from 255) = 15.16%
R=43.50%
G=41.34%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212107700.050.650.1355.4267.9258.43
HexDDD24D0541D37443a
Octal33532211505101156710472
Binary110111011101001010011010101100000111011101111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD24D; }

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

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

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

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

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

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

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

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