#D8D948

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

Shades of Confetti #D8D948

Tints of Confetti #D8D948

Color information

#D8D948 (or 0xD8D948) is unknown color: approx Confetti. HEX triplet: D8, D9 and 48. RGB value is (216,217,72). Sum of RGB (Red+Green+Blue) = 216+217+72=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D948 is #2726B7. Grayscale: #C8C8C8. Windows color (decimal): -2565816 or 4774360. OLE color: 4774360.

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

Color convert

RGB21621772-
CMYK0.0000.670.15
HSL60.41º65.61%56.67%-
HSV(B)60.41º66.82%85.1%-
XYZ54.364.6915.76-
YUV200.1755.67139.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 217 (85.16% from 255) = 42.97%
BLUE value IS 72 (28.52% from 255) = 14.26%
R=42.77%
G=42.97%
B=14.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216217720.0000.670.1560.4165.6156.67
HexD8D9480043F3c4239
Octal33033111000103177410271
Binary1101100011011001100100000100001111111111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D948; }

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

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

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

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

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

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

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

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