#DACC51

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

Shades of Confetti #DACC51

Tints of Confetti #DACC51

Color information

#DACC51 (or 0xDACC51) is unknown color: approx Confetti. HEX triplet: DA, CC and 51. RGB value is (218,204,81). Sum of RGB (Red+Green+Blue) = 218+204+81=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACC51 is #2533AE. Grayscale: #C2C2C2. Windows color (decimal): -2438063 or 5360858. OLE color: 5360858.

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

Color convert

RGB21820481-
CMYK00.060.630.15
HSL53.87º64.93%58.63%-
HSV(B)53.87º62.84%85.49%-
XYZ51.9958.6916.37-
YUV194.1664.14145-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 81 (32.03% from 255) = 16.10%
R=43.34%
G=40.56%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182048100.060.630.1553.8764.9358.63
HexDACC51063FF36413b
Octal3323141210677176610173
Binary11011010110011001010001011011111111111101101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACC51; }

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

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

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

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

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

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

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

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