#DDC03E

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

Shades of Confetti #DDC03E

Tints of Confetti #DDC03E

Color information

#DDC03E (or 0xDDC03E) is unknown color: approx Confetti. HEX triplet: DD, C0 and 3E. RGB value is (221,192,62). Sum of RGB (Red+Green+Blue) = 221+192+62=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC03E is #223FC1. Grayscale: #BABABA. Windows color (decimal): -2244546 or 4112605. OLE color: 4112605.

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

Color convert

RGB22119262-
CMYK00.130.720.13
HSL49.06º70.04%55.49%-
HSV(B)49.06º71.95%86.67%-
XYZ49.5453.4212.26-
YUV185.8558.11153.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 62 (24.61% from 255) = 13.05%
R=46.53%
G=40.42%
B=13.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211926200.130.720.1349.0670.0455.49
HexDDC03E0D48D314637
Octal33530076015110156110667
Binary110111011100000011111001101100100011011100011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC03E; }

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

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

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

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

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

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

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

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