#DDCE52

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

Shades of Confetti #DDCE52

Tints of Confetti #DDCE52

Color information

#DDCE52 (or 0xDDCE52) is unknown color: approx Confetti. HEX triplet: DD, CE and 52. RGB value is (221,206,82). Sum of RGB (Red+Green+Blue) = 221+206+82=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE52 is #2231AD. Grayscale: #C4C4C4. Windows color (decimal): -2240942 or 5426909. OLE color: 5426909.

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

Color convert

RGB22120682-
CMYK00.070.630.13
HSL53.53º67.15%59.41%-
HSV(B)53.53º62.9%86.67%-
XYZ53.4160.1216.77-
YUV196.3563.47145.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 206 (80.86% from 255) = 40.47%
BLUE value IS 82 (32.42% from 255) = 16.11%
R=43.42%
G=40.47%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212068200.070.630.1353.5367.1559.41
HexDDCE52073FD36433b
Octal3353161220777156610373
Binary11011101110011101010010011111111111011101101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE52; }

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

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

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

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

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

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

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

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