#DAC346

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

Shades of Confetti #DAC346

Tints of Confetti #DAC346

Color information

#DAC346 (or 0xDAC346) is unknown color: approx Confetti. HEX triplet: DA, C3 and 46. RGB value is (218,195,70). Sum of RGB (Red+Green+Blue) = 218+195+70=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC346 is #253CB9. Grayscale: #BCBCBC. Windows color (decimal): -2440378 or 4637658. OLE color: 4637658.

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

Color convert

RGB21819570-
CMYK00.110.680.15
HSL50.68º66.67%56.47%-
HSV(B)50.68º67.89%85.49%-
XYZ49.5354.3813.68-
YUV187.6361.62149.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.13%
GREEN value IS 195 (76.56% from 255) = 40.37%
BLUE value IS 70 (27.73% from 255) = 14.49%
R=45.13%
G=40.37%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181957000.110.680.1550.6866.6756.47
HexDAC3460B44F334338
Octal332303106013104176310370
Binary1101101011000011100011001011100010011111100111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC346; }

 p { color: rgb(218,195,70); }

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

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

 a { background-color: rgb(218,195,70); }

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

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

 span { border-color: rgb(218,195,70); }

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