#DAC655

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

Shades of Confetti #DAC655

Tints of Confetti #DAC655

Color information

#DAC655 (or 0xDAC655) is unknown color: approx Confetti. HEX triplet: DA, C6 and 55. RGB value is (218,198,85). Sum of RGB (Red+Green+Blue) = 218+198+85=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC655 is #2539AA. Grayscale: #BFBFBF. Windows color (decimal): -2439595 or 5621466. OLE color: 5621466.

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

Color convert

RGB21819885-
CMYK00.090.610.15
HSL50.98º64.25%59.41%-
HSV(B)50.98º61.01%85.49%-
XYZ50.7555.9516.72-
YUV191.168.13147.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 85 (33.59% from 255) = 16.97%
R=43.51%
G=39.52%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181988500.090.610.1550.9864.2559.41
HexDAC655093DF33403b
Octal33230612501175176310073
Binary110110101100011010101010100111110111111100111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC655; }

 p { color: rgb(218,198,85); }

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

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

 a { background-color: rgb(218,198,85); }

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

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

 span { border-color: rgb(218,198,85); }

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