#DAD445

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

Shades of Confetti #DAD445

Tints of Confetti #DAD445

Color information

#DAD445 (or 0xDAD445) is unknown color: approx Confetti. HEX triplet: DA, D4 and 45. RGB value is (218,212,69). Sum of RGB (Red+Green+Blue) = 218+212+69=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD445 is #252BBA. Grayscale: #C6C6C6. Windows color (decimal): -2436027 or 4576474. OLE color: 4576474.

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

Color convert

RGB21821269-
CMYK00.030.680.15
HSL57.58º66.82%56.27%-
HSV(B)57.58º68.35%85.49%-
XYZ53.5362.4214.86-
YUV197.4955.49142.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 212 (83.20% from 255) = 42.48%
BLUE value IS 69 (27.34% from 255) = 13.83%
R=43.69%
G=42.48%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182126900.030.680.1557.5866.8256.27
HexDAD4450344F3a4338
Octal33232410503104177210370
Binary11011010110101001000101011100010011111110101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD445; }

 p { color: rgb(218,212,69); }

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

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

 a { background-color: rgb(218,212,69); }

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

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

 span { border-color: rgb(218,212,69); }

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