#DAD848

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

Shades of Confetti #DAD848

Tints of Confetti #DAD848

Color information

#DAD848 (or 0xDAD848) is unknown color: approx Confetti. HEX triplet: DA, D8 and 48. RGB value is (218,216,72). Sum of RGB (Red+Green+Blue) = 218+216+72=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD848 is #2527B7. Grayscale: #C8C8C8. Windows color (decimal): -2435000 or 4774106. OLE color: 4774106.

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

Color convert

RGB21821672-
CMYK00.010.670.15
HSL59.18º66.36%56.86%-
HSV(B)59.18º66.97%85.49%-
XYZ54.6464.4915.7-
YUV200.1855.66140.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 216 (84.77% from 255) = 42.69%
BLUE value IS 72 (28.52% from 255) = 14.23%
R=43.08%
G=42.69%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182167200.010.670.1559.1866.3656.86
HexDAD8480143F3b4239
Octal33233011001103177310271
Binary1101101011011000100100001100001111111110111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD848; }

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

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

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

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

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

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

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

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