#DAD549

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

Shades of Confetti #DAD549

Tints of Confetti #DAD549

Color information

#DAD549 (or 0xDAD549) is unknown color: approx Confetti. HEX triplet: DA, D5 and 49. RGB value is (218,213,73). Sum of RGB (Red+Green+Blue) = 218+213+73=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD549 is #252AB6. Grayscale: #C7C7C7. Windows color (decimal): -2435767 or 4838874. OLE color: 4838874.

HSL color Cylindrical-coordinate representation of color #DAD549: hue angle of 57.93º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAD549 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21821373-
CMYK00.020.670.15
HSL57.93º66.21%57.06%-
HSV(B)57.93º66.51%85.49%-
XYZ53.9162.9715.62-
YUV198.5457.16141.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 213 (83.59% from 255) = 42.26%
BLUE value IS 73 (28.91% from 255) = 14.48%
R=43.25%
G=42.26%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182137300.020.670.1557.9366.2157.06
HexDAD5490243F3a4239
Octal33232511102103177210271
Binary11011010110101011001001010100001111111110101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD549; }

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

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

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

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

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

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

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

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