#DDD44D

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

Shades of Confetti #DDD44D

Tints of Confetti #DDD44D

Color information

#DDD44D (or 0xDDD44D) is unknown color: approx Confetti. HEX triplet: DD, D4 and 4D. RGB value is (221,212,77). Sum of RGB (Red+Green+Blue) = 221+212+77=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD44D is #222BB2. Grayscale: #C7C7C7. Windows color (decimal): -2239411 or 5100765. OLE color: 5100765.

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

Color convert

RGB22121277-
CMYK00.040.650.13
HSL56.25º67.92%58.43%-
HSV(B)56.25º65.16%86.67%-
XYZ54.762.9916.3-
YUV199.358.98143.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 212 (83.20% from 255) = 41.57%
BLUE value IS 77 (30.47% from 255) = 15.10%
R=43.33%
G=41.57%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212127700.040.650.1356.2567.9258.43
HexDDD44D0441D38443a
Octal33532411504101157010472
Binary110111011101010010011010100100000111011110001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD44D; }

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

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

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

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

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

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

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

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