#DDD044

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

Shades of Confetti #DDD044

Tints of Confetti #DDD044

Color information

#DDD044 (or 0xDDD044) is unknown color: approx Confetti. HEX triplet: DD, D0 and 44. RGB value is (221,208,68). Sum of RGB (Red+Green+Blue) = 221+208+68=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD044 is #222FBB. Grayscale: #C4C4C4. Windows color (decimal): -2240444 or 4509917. OLE color: 4509917.

HSL color Cylindrical-coordinate representation of color #DDD044: hue angle of 54.9º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDD044 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22120868-
CMYK00.060.690.13
HSL54.9º69.23%56.67%-
HSV(B)54.9º69.23%86.67%-
XYZ53.4260.914.41-
YUV195.9355.81145.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 68 (26.95% from 255) = 13.68%
R=44.47%
G=41.85%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212086800.060.690.1354.969.2356.67
HexDDD0440645D374539
Octal33532010406105156710571
Binary110111011101000010001000110100010111011101111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD044; }

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

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

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

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

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

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

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

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