#D8C548

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

Shades of Confetti #D8C548

Tints of Confetti #D8C548

Color information

#D8C548 (or 0xD8C548) is unknown color: approx Confetti. HEX triplet: D8, C5 and 48. RGB value is (216,197,72). Sum of RGB (Red+Green+Blue) = 216+197+72=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C548 is #273AB7. Grayscale: #BCBCBC. Windows color (decimal): -2570936 or 4769240. OLE color: 4769240.

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

Color convert

RGB21619772-
CMYK00.090.670.15
HSL52.08º64.86%56.47%-
HSV(B)52.08º66.67%84.71%-
XYZ49.455514.14-
YUV188.4362.29147.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 197 (77.34% from 255) = 40.62%
BLUE value IS 72 (28.52% from 255) = 14.85%
R=44.54%
G=40.62%
B=14.85%

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
Decimal2161977200.090.670.1552.0864.8656.47
HexD8C5480943F344138
Octal330305110011103176410170
Binary1101100011000101100100001001100001111111101001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C548; }

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

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

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

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

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

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

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

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