#DDCE4C

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

Shades of Confetti #DDCE4C

Tints of Confetti #DDCE4C

Color information

#DDCE4C (or 0xDDCE4C) is unknown color: approx Confetti. HEX triplet: DD, CE and 4C. RGB value is (221,206,76). Sum of RGB (Red+Green+Blue) = 221+206+76=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE4C is #2231B3. Grayscale: #C4C4C4. Windows color (decimal): -2240948 or 5033693. OLE color: 5033693.

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

Color convert

RGB22120676-
CMYK00.070.660.13
HSL53.79º68.08%58.24%-
HSV(B)53.79º65.61%86.67%-
XYZ53.1960.0415.62-
YUV195.6660.47146.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 76 (30.08% from 255) = 15.11%
R=43.94%
G=40.95%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212067600.070.660.1353.7968.0858.24
HexDDCE4C0742D36443a
Octal33531611407102156610472
Binary110111011100111010011000111100001011011101101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE4C; }

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

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

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

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

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

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

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

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