#DAD24D

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

Shades of Confetti #DAD24D

Tints of Confetti #DAD24D

Color information

#DAD24D (or 0xDAD24D) is unknown color: approx Confetti. HEX triplet: DA, D2 and 4D. RGB value is (218,210,77). Sum of RGB (Red+Green+Blue) = 218+210+77=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD24D is #252DB2. Grayscale: #C5C5C5. Windows color (decimal): -2436531 or 5100250. OLE color: 5100250.

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

Color convert

RGB21821077-
CMYK00.040.650.15
HSL56.6º65.58%57.84%-
HSV(B)56.6º64.68%85.49%-
XYZ53.361.5316.09-
YUV197.2360.15142.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 77 (30.47% from 255) = 15.25%
R=43.17%
G=41.58%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182107700.040.650.1556.665.5857.84
HexDAD24D0441F39423a
Octal33232211504101177110272
Binary110110101101001010011010100100000111111110011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD24D; }

 p { color: rgb(218,210,77); }

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

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

 a { background-color: rgb(218,210,77); }

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

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

 span { border-color: rgb(218,210,77); }

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