#DDCE54

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

Shades of Confetti #DDCE54

Tints of Confetti #DDCE54

Color information

#DDCE54 (or 0xDDCE54) is unknown color: approx Confetti. HEX triplet: DD, CE and 54. RGB value is (221,206,84). Sum of RGB (Red+Green+Blue) = 221+206+84=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE54 is #2231AB. Grayscale: #C5C5C5. Windows color (decimal): -2240940 or 5557981. OLE color: 5557981.

HSL color Cylindrical-coordinate representation of color #DDCE54: hue angle of 53.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDCE54 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22120684-
CMYK00.070.620.13
HSL53.43º66.83%59.8%-
HSV(B)53.43º61.99%86.67%-
XYZ53.4960.1517.18-
YUV196.5864.47145.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 84 (33.20% from 255) = 16.44%
R=43.25%
G=40.31%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212068400.070.620.1353.4366.8359.8
HexDDCE54073ED35433c
Octal3353161240776156510374
Binary11011101110011101010100011111111011011101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE54; }

 p { color: rgb(221,206,84); }

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

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

 a { background-color: rgb(221,206,84); }

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

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

 span { border-color: rgb(221,206,84); }

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