#DAD548

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

Shades of Confetti #DAD548

Tints of Confetti #DAD548

Color information

#DAD548 (or 0xDAD548) is unknown color: approx Confetti. HEX triplet: DA, D5 and 48. RGB value is (218,213,72). Sum of RGB (Red+Green+Blue) = 218+213+72=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD548 is #252AB7. Grayscale: #C6C6C6. Windows color (decimal): -2435768 or 4773338. OLE color: 4773338.

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

Color convert

RGB21821372-
CMYK00.020.670.15
HSL57.95º66.36%56.86%-
HSV(B)57.95º66.97%85.49%-
XYZ53.8862.9615.44-
YUV198.4256.66141.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 72 (28.52% from 255) = 14.31%
R=43.34%
G=42.35%
B=14.31%

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
Decimal2182137200.020.670.1557.9566.3656.86
HexDAD5480243F3a4239
Octal33232511002103177210271
Binary11011010110101011001000010100001111111110101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD548; }

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

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

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

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

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

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

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

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