#D8C955

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

Shades of Confetti #D8C955

Tints of Confetti #D8C955

Color information

#D8C955 (or 0xD8C955) is unknown color: approx Confetti. HEX triplet: D8, C9 and 55. RGB value is (216,201,85). Sum of RGB (Red+Green+Blue) = 216+201+85=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C955 is #2736AA. Grayscale: #C0C0C0. Windows color (decimal): -2569899 or 5622232. OLE color: 5622232.

HSL color Cylindrical-coordinate representation of color #D8C955: hue angle of 53.13º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8C955 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21620185-
CMYK00.070.610.15
HSL53.13º62.68%59.02%-
HSV(B)53.13º60.65%84.71%-
XYZ50.8557.0316.92-
YUV192.2667.47144.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.03%
GREEN value IS 201 (78.91% from 255) = 40.04%
BLUE value IS 85 (33.59% from 255) = 16.93%
R=43.03%
G=40.04%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162018500.070.610.1553.1362.6859.02
HexD8C955073DF353f3b
Octal330311125077517657773
Binary1101100011001001101010101111111011111110101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C955; }

 p { color: rgb(216,201,85); }

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

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

 a { background-color: rgb(216,201,85); }

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

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

 span { border-color: rgb(216,201,85); }

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