#D8D048

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

Shades of Confetti #D8D048

Tints of Confetti #D8D048

Color information

#D8D048 (or 0xD8D048) is unknown color: approx Confetti. HEX triplet: D8, D0 and 48. RGB value is (216,208,72). Sum of RGB (Red+Green+Blue) = 216+208+72=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D048 is #272FB7. Grayscale: #C3C3C3. Windows color (decimal): -2568120 or 4772056. OLE color: 4772056.

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

Color convert

RGB21620872-
CMYK00.040.670.15
HSL56.67º64.86%56.47%-
HSV(B)56.67º66.67%84.71%-
XYZ52.0460.1815-
YUV194.8958.65143.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.55%
GREEN value IS 208 (81.64% from 255) = 41.94%
BLUE value IS 72 (28.52% from 255) = 14.52%
R=43.55%
G=41.94%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162087200.040.670.1556.6764.8656.47
HexD8D0480443F394138
Octal33032011004103177110170
Binary110110001101000010010000100100001111111110011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D048; }

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

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

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

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

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

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

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

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