#DAD649

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

Shades of Confetti #DAD649

Tints of Confetti #DAD649

Color information

#DAD649 (or 0xDAD649) is unknown color: approx Confetti. HEX triplet: DA, D6 and 49. RGB value is (218,214,73). Sum of RGB (Red+Green+Blue) = 218+214+73=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD649 is #2529B6. Grayscale: #C7C7C7. Windows color (decimal): -2435511 or 4839130. OLE color: 4839130.

HSL color Cylindrical-coordinate representation of color #DAD649: hue angle of 58.34º 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 #DAD649 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21821473-
CMYK00.020.670.15
HSL58.34º66.21%57.06%-
HSV(B)58.34º66.51%85.49%-
XYZ54.1663.4815.7-
YUV199.1256.83141.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 214 (83.98% from 255) = 42.38%
BLUE value IS 73 (28.91% from 255) = 14.46%
R=43.17%
G=42.38%
B=14.46%

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
Decimal2182147300.020.670.1558.3466.2157.06
HexDAD6490243F3a4239
Octal33232611102103177210271
Binary11011010110101101001001010100001111111110101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD649; }

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

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

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

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

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

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

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

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