#DDD04D

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

Shades of Confetti #DDD04D

Tints of Confetti #DDD04D

Color information

#DDD04D (or 0xDDD04D) is unknown color: approx Confetti. HEX triplet: DD, D0 and 4D. RGB value is (221,208,77). Sum of RGB (Red+Green+Blue) = 221+208+77=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD04D is #222FB2. Grayscale: #C5C5C5. Windows color (decimal): -2240435 or 5099741. OLE color: 5099741.

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

Color convert

RGB22120877-
CMYK00.060.650.13
HSL54.58º67.92%58.43%-
HSV(B)54.58º65.16%86.67%-
XYZ53.7161.0215.97-
YUV196.9560.31145.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 208 (81.64% from 255) = 41.11%
BLUE value IS 77 (30.47% from 255) = 15.22%
R=43.68%
G=41.11%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212087700.060.650.1354.5867.9258.43
HexDDD04D0641D37443a
Octal33532011506101156710472
Binary110111011101000010011010110100000111011101111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD04D; }

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

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

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

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

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

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

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

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