#DACD4A

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

Shades of Confetti #DACD4A

Tints of Confetti #DACD4A

Color information

#DACD4A (or 0xDACD4A) is unknown color: approx Confetti. HEX triplet: DA, CD and 4A. RGB value is (218,205,74). Sum of RGB (Red+Green+Blue) = 218+205+74=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD4A is #2532B5. Grayscale: #C2C2C2. Windows color (decimal): -2437814 or 4902362. OLE color: 4902362.

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

Color convert

RGB21820574-
CMYK00.060.660.15
HSL54.58º66.06%57.25%-
HSV(B)54.58º66.06%85.49%-
XYZ51.9859.0615.14-
YUV193.9560.31145.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 74 (29.30% from 255) = 14.89%
R=43.86%
G=41.25%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182057400.060.660.1554.5866.0657.25
HexDACD4A0642F374239
Octal33231511206102176710271
Binary110110101100110110010100110100001011111101111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACD4A; }

 p { color: rgb(218,205,74); }

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

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

 a { background-color: rgb(218,205,74); }

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

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

 span { border-color: rgb(218,205,74); }

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