#DAC251

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

Shades of Confetti #DAC251

Tints of Confetti #DAC251

Color information

#DAC251 (or 0xDAC251) is unknown color: approx Confetti. HEX triplet: DA, C2 and 51. RGB value is (218,194,81). Sum of RGB (Red+Green+Blue) = 218+194+81=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC251 is #253DAE. Grayscale: #BCBCBC. Windows color (decimal): -2440623 or 5358298. OLE color: 5358298.

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

Color convert

RGB21819481-
CMYK00.110.630.15
HSL49.49º64.93%58.63%-
HSV(B)49.49º62.84%85.49%-
XYZ49.6954.0815.6-
YUV188.2967.45149.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.22%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 81 (32.03% from 255) = 16.43%
R=44.22%
G=39.35%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181948100.110.630.1549.4964.9358.63
HexDAC2510B3FF31413b
Octal33230212101377176110173
Binary110110101100001010100010101111111111111100011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC251; }

 p { color: rgb(218,194,81); }

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

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

 a { background-color: rgb(218,194,81); }

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

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

 span { border-color: rgb(218,194,81); }

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