#DAC54A

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

Shades of Confetti #DAC54A

Tints of Confetti #DAC54A

Color information

#DAC54A (or 0xDAC54A) is unknown color: approx Confetti. HEX triplet: DA, C5 and 4A. RGB value is (218,197,74). Sum of RGB (Red+Green+Blue) = 218+197+74=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC54A is #253AB5. Grayscale: #BDBDBD. Windows color (decimal): -2439862 or 4900314. OLE color: 4900314.

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

Color convert

RGB21819774-
CMYK00.100.660.15
HSL51.25º66.06%57.25%-
HSV(B)51.25º66.06%85.49%-
XYZ50.1255.3314.52-
YUV189.2662.96148.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 74 (29.30% from 255) = 15.13%
R=44.58%
G=40.29%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181977400.100.660.1551.2566.0657.25
HexDAC54A0A42F334239
Octal332305112012102176310271
Binary1101101011000101100101001010100001011111100111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC54A; }

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

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

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

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

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

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

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

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