#DAC348

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

Shades of Confetti #DAC348

Tints of Confetti #DAC348

Color information

#DAC348 (or 0xDAC348) is unknown color: approx Confetti. HEX triplet: DA, C3 and 48. RGB value is (218,195,72). Sum of RGB (Red+Green+Blue) = 218+195+72=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC348 is #253CB7. Grayscale: #BCBCBC. Windows color (decimal): -2440376 or 4768730. OLE color: 4768730.

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

Color convert

RGB21819572-
CMYK00.110.670.15
HSL50.55º66.36%56.86%-
HSV(B)50.55º66.97%85.49%-
XYZ49.654.414.02-
YUV187.8662.62149.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 195 (76.56% from 255) = 40.21%
BLUE value IS 72 (28.52% from 255) = 14.85%
R=44.95%
G=40.21%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181957200.110.670.1550.5566.3656.86
HexDAC3480B43F334239
Octal332303110013103176310271
Binary1101101011000011100100001011100001111111100111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC348; }

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

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

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

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

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

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

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

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