#DDD24E

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

Shades of Confetti #DDD24E

Tints of Confetti #DDD24E

Color information

#DDD24E (or 0xDDD24E) is unknown color: approx Confetti. HEX triplet: DD, D2 and 4E. RGB value is (221,210,78). Sum of RGB (Red+Green+Blue) = 221+210+78=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD24E is #222DB1. Grayscale: #C6C6C6. Windows color (decimal): -2239922 or 5165789. OLE color: 5165789.

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

Color convert

RGB22121078-
CMYK00.050.650.13
HSL55.38º67.77%58.63%-
HSV(B)55.38º64.71%86.67%-
XYZ54.2462.0216.32-
YUV198.2460.14144.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.42%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 78 (30.86% from 255) = 15.32%
R=43.42%
G=41.26%
B=15.32%

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
Decimal2212107800.050.650.1355.3867.7758.63
HexDDD24E0541D37443b
Octal33532211605101156710473
Binary110111011101001010011100101100000111011101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD24E; }

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

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

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

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

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

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

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

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