#DACA51

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

Shades of Confetti #DACA51

Tints of Confetti #DACA51

Color information

#DACA51 (or 0xDACA51) is unknown color: approx Confetti. HEX triplet: DA, CA and 51. RGB value is (218,202,81). Sum of RGB (Red+Green+Blue) = 218+202+81=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACA51 is #2535AE. Grayscale: #C1C1C1. Windows color (decimal): -2438575 or 5360346. OLE color: 5360346.

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

Color convert

RGB21820281-
CMYK00.070.630.15
HSL52.99º64.93%58.63%-
HSV(B)52.99º62.84%85.49%-
XYZ51.5257.7416.21-
YUV192.9964.8145.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 81 (32.03% from 255) = 16.17%
R=43.51%
G=40.32%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182028100.070.630.1552.9964.9358.63
HexDACA51073FF35413b
Octal3323121210777176510173
Binary11011010110010101010001011111111111111101011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACA51; }

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

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

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

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

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

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

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

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