#dcd549

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

Shades of Confetti #DCD549

Tints of Confetti #DCD549

Color information

#DCD549 (or 0xDCD549) is unknown color: approx Confetti. HEX triplet: DC, D5 and 49. RGB value is (220,213,73). Sum of RGB (Red+Green+Blue) = 220+213+73=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD549 is #232AB6. Grayscale: #C7C7C7. Windows color (decimal): -2304695 or 4838876. OLE color: 4838876.

HSL color Cylindrical-coordinate representation of color #DCD549: hue angle of 57.14º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCD549 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB22021373-
CMYK00.030.670.14
HSL57.14º67.74%57.45%-
HSV(B)57.14º66.82%86.27%-
XYZ54.5163.2915.65-
YUV199.1356.82142.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 213 (83.59% from 255) = 42.09%
BLUE value IS 73 (28.91% from 255) = 14.43%
R=43.48%
G=42.09%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202137300.030.670.1457.1467.7457.45
HexDCD5490343E394439
Octal33432511103103167110471
Binary11011100110101011001001011100001111101110011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd549; }

 p { color: rgb(220,213,73); }

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

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

 a { background-color: rgb(220,213,73); }

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

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

 span { border-color: rgb(220,213,73); }

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