#DDC23E

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

Shades of Confetti #DDC23E

Tints of Confetti #DDC23E

Color information

#DDC23E (or 0xDDC23E) is unknown color: approx Confetti. HEX triplet: DD, C2 and 3E. RGB value is (221,194,62). Sum of RGB (Red+Green+Blue) = 221+194+62=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 62 (24.61% from 255 or 13.00% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC23E is #223DC1. Grayscale: #BBBBBB. Windows color (decimal): -2244034 or 4113117. OLE color: 4113117.

HSL color Cylindrical-coordinate representation of color #DDC23E: hue angle of 49.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDC23E is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB22119462-
CMYK00.120.720.13
HSL49.81º70.04%55.49%-
HSV(B)49.81º71.95%86.67%-
XYZ49.9854.312.4-
YUV187.0257.45152.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 62 (24.61% from 255) = 13.00%
R=46.33%
G=40.67%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211946200.120.720.1349.8170.0455.49
HexDDC23E0C48D324637
Octal33530276014110156210667
Binary110111011100001011111001100100100011011100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC23E; }

 p { color: rgb(221,194,62); }

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

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

 a { background-color: rgb(221,194,62); }

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

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

 span { border-color: rgb(221,194,62); }

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