#DACF46

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

Shades of Confetti #DACF46

Tints of Confetti #DACF46

Color information

#DACF46 (or 0xDACF46) is unknown color: approx Confetti. HEX triplet: DA, CF and 46. RGB value is (218,207,70). Sum of RGB (Red+Green+Blue) = 218+207+70=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACF46 is #2530B9. Grayscale: #C3C3C3. Windows color (decimal): -2437306 or 4640730. OLE color: 4640730.

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

Color convert

RGB21820770-
CMYK00.050.680.15
HSL55.54º66.67%56.47%-
HSV(B)55.54º67.89%85.49%-
XYZ52.3359.9714.61-
YUV194.6757.64144.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 70 (27.73% from 255) = 14.14%
R=44.04%
G=41.82%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182077000.050.680.1555.5466.6756.47
HexDACF460544F384338
Octal33231710605104177010370
Binary110110101100111110001100101100010011111110001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACF46; }

 p { color: rgb(218,207,70); }

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

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

 a { background-color: rgb(218,207,70); }

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

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

 span { border-color: rgb(218,207,70); }

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