#DAC455

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

Shades of Confetti #DAC455

Tints of Confetti #DAC455

Color information

#DAC455 (or 0xDAC455) is unknown color: approx Confetti. HEX triplet: DA, C4 and 55. RGB value is (218,196,85). Sum of RGB (Red+Green+Blue) = 218+196+85=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC455 is #253BAA. Grayscale: #BEBEBE. Windows color (decimal): -2440107 or 5620954. OLE color: 5620954.

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

Color convert

RGB21819685-
CMYK00.100.610.15
HSL50.08º64.25%59.41%-
HSV(B)50.08º61.01%85.49%-
XYZ50.2955.0416.57-
YUV189.9268.79148.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 85 (33.59% from 255) = 17.03%
R=43.69%
G=39.28%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181968500.100.610.1550.0864.2559.41
HexDAC4550A3DF32403b
Octal33230412501275176210073
Binary110110101100010010101010101011110111111100101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC455; }

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

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

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

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

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

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

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

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