#DAC145

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

Shades of Confetti #DAC145

Tints of Confetti #DAC145

Color information

#DAC145 (or 0xDAC145) is unknown color: approx Confetti. HEX triplet: DA, C1 and 45. RGB value is (218,193,69). Sum of RGB (Red+Green+Blue) = 218+193+69=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC145 is #253EBA. Grayscale: #BABABA. Windows color (decimal): -2440891 or 4571610. OLE color: 4571610.

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

Color convert

RGB21819369-
CMYK00.110.680.15
HSL49.93º66.82%56.27%-
HSV(B)49.93º68.35%85.49%-
XYZ49.0653.4813.37-
YUV186.3461.78150.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.42%
GREEN value IS 193 (75.78% from 255) = 40.21%
BLUE value IS 69 (27.34% from 255) = 14.38%
R=45.42%
G=40.21%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181936900.110.680.1549.9366.8256.27
HexDAC1450B44F324338
Octal332301105013104176210370
Binary1101101011000001100010101011100010011111100101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC145; }

 p { color: rgb(218,193,69); }

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

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

 a { background-color: rgb(218,193,69); }

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

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

 span { border-color: rgb(218,193,69); }

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