#DDD14F

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

Shades of Confetti #DDD14F

Tints of Confetti #DDD14F

Color information

#DDD14F (or 0xDDD14F) is unknown color: approx Confetti. HEX triplet: DD, D1 and 4F. RGB value is (221,209,79). Sum of RGB (Red+Green+Blue) = 221+209+79=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD14F is #222EB0. Grayscale: #C6C6C6. Windows color (decimal): -2240177 or 5231069. OLE color: 5231069.

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

Color convert

RGB22120979-
CMYK00.050.640.13
HSL54.93º67.62%58.82%-
HSV(B)54.93º64.25%86.67%-
XYZ54.0361.5416.43-
YUV197.7760.98144.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 79 (31.25% from 255) = 15.52%
R=43.42%
G=41.06%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212097900.050.640.1354.9367.6258.82
HexDDD14F0540D37443b
Octal33532111705100156710473
Binary110111011101000110011110101100000011011101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD14F; }

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

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

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

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

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

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

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

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