#DDD14E

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

Shades of Confetti #DDD14E

Tints of Confetti #DDD14E

Color information

#DDD14E (or 0xDDD14E) is unknown color: approx Confetti. HEX triplet: DD, D1 and 4E. RGB value is (221,209,78). Sum of RGB (Red+Green+Blue) = 221+209+78=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD14E is #222EB1. Grayscale: #C6C6C6. Windows color (decimal): -2240178 or 5165533. OLE color: 5165533.

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

Color convert

RGB22120978-
CMYK00.050.650.13
HSL54.97º67.77%58.63%-
HSV(B)54.97º64.71%86.67%-
XYZ53.9961.5216.24-
YUV197.6560.48144.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 78 (30.86% from 255) = 15.35%
R=43.50%
G=41.14%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212097800.050.650.1354.9767.7758.63
HexDDD14E0541D37443b
Octal33532111605101156710473
Binary110111011101000110011100101100000111011101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD14E; }

 p { color: rgb(221,209,78); }

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

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

 a { background-color: rgb(221,209,78); }

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

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

 span { border-color: rgb(221,209,78); }

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