#DAD345

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

Shades of Confetti #DAD345

Tints of Confetti #DAD345

Color information

#DAD345 (or 0xDAD345) is unknown color: approx Confetti. HEX triplet: DA, D3 and 45. RGB value is (218,211,69). Sum of RGB (Red+Green+Blue) = 218+211+69=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD345 is #252CBA. Grayscale: #C5C5C5. Windows color (decimal): -2436283 or 4576218. OLE color: 4576218.

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

Color convert

RGB21821169-
CMYK00.030.680.15
HSL57.18º66.82%56.27%-
HSV(B)57.18º68.35%85.49%-
XYZ53.2861.9214.77-
YUV196.955.82143.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 211 (82.81% from 255) = 42.37%
BLUE value IS 69 (27.34% from 255) = 13.86%
R=43.78%
G=42.37%
B=13.86%

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
Decimal2182116900.030.680.1557.1866.8256.27
HexDAD3450344F394338
Octal33232310503104177110370
Binary11011010110100111000101011100010011111110011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD345; }

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

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

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

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

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

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

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

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