#DDC044

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

Shades of Confetti #DDC044

Tints of Confetti #DDC044

Color information

#DDC044 (or 0xDDC044) is unknown color: approx Confetti. HEX triplet: DD, C0 and 44. RGB value is (221,192,68). Sum of RGB (Red+Green+Blue) = 221+192+68=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC044 is #223FBB. Grayscale: #BBBBBB. Windows color (decimal): -2244540 or 4505821. OLE color: 4505821.

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

Color convert

RGB22119268-
CMYK00.130.690.13
HSL48.63º69.23%56.67%-
HSV(B)48.63º69.23%86.67%-
XYZ49.7153.4913.17-
YUV186.5461.11152.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 68 (26.95% from 255) = 14.14%
R=45.95%
G=39.92%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211926800.130.690.1348.6369.2356.67
HexDDC0440D45D314539
Octal335300104015105156110571
Binary1101110111000000100010001101100010111011100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC044; }

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

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

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

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

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

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

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

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