#DDC13E

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

Shades of Confetti #DDC13E

Tints of Confetti #DDC13E

Color information

#DDC13E (or 0xDDC13E) is unknown color: approx Confetti. HEX triplet: DD, C1 and 3E. RGB value is (221,193,62). Sum of RGB (Red+Green+Blue) = 221+193+62=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC13E is #223EC1. Grayscale: #BABABA. Windows color (decimal): -2244290 or 4112861. OLE color: 4112861.

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

Color convert

RGB22119362-
CMYK00.130.720.13
HSL49.43º70.04%55.49%-
HSV(B)49.43º71.95%86.67%-
XYZ49.7653.8612.33-
YUV186.4457.78152.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 62 (24.61% from 255) = 13.03%
R=46.43%
G=40.55%
B=13.03%

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
Decimal2211936200.130.720.1349.4370.0455.49
HexDDC13E0D48D314637
Octal33530176015110156110667
Binary110111011100000111111001101100100011011100011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC13E; }

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

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

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

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

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

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

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

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