#DAC748

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

Shades of Confetti #DAC748

Tints of Confetti #DAC748

Color information

#DAC748 (or 0xDAC748) is unknown color: approx Confetti. HEX triplet: DA, C7 and 48. RGB value is (218,199,72). Sum of RGB (Red+Green+Blue) = 218+199+72=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC748 is #2538B7. Grayscale: #BEBEBE. Windows color (decimal): -2439352 or 4769754. OLE color: 4769754.

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

Color convert

RGB21819972-
CMYK00.090.670.15
HSL52.19º66.36%56.86%-
HSV(B)52.19º66.97%85.49%-
XYZ50.5156.2214.32-
YUV190.261.29147.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 199 (78.12% from 255) = 40.70%
BLUE value IS 72 (28.52% from 255) = 14.72%
R=44.58%
G=40.70%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181997200.090.670.1552.1966.3656.86
HexDAC7480943F344239
Octal332307110011103176410271
Binary1101101011000111100100001001100001111111101001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC748; }

 p { color: rgb(218,199,72); }

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

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

 a { background-color: rgb(218,199,72); }

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

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

 span { border-color: rgb(218,199,72); }

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