#dac552

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

Shades of Confetti #DAC552

Tints of Confetti #DAC552

Color information

#DAC552 (or 0xDAC552) is unknown color: approx Confetti. HEX triplet: DA, C5 and 52. RGB value is (218,197,82). Sum of RGB (Red+Green+Blue) = 218+197+82=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC552 is #253AAD. Grayscale: #BEBEBE. Windows color (decimal): -2439854 or 5424602. OLE color: 5424602.

HSL color Cylindrical-coordinate representation of color #DAC552: hue angle of 50.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAC552 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21819782-
CMYK00.100.620.15
HSL50.74º64.76%58.82%-
HSV(B)50.74º62.39%85.49%-
XYZ50.455.4516.03-
YUV190.1766.96147.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 197 (77.34% from 255) = 39.64%
BLUE value IS 82 (32.42% from 255) = 16.50%
R=43.86%
G=39.64%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181978200.100.620.1550.7464.7658.82
HexDAC5520A3EF33413b
Octal33230512201276176310173
Binary110110101100010110100100101011111011111100111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dac552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dac552; }

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

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

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

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

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

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

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

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