#D8C94E

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

Shades of Confetti #D8C94E

Tints of Confetti #D8C94E

Color information

#D8C94E (or 0xD8C94E) is unknown color: approx Confetti. HEX triplet: D8, C9 and 4E. RGB value is (216,201,78). Sum of RGB (Red+Green+Blue) = 216+201+78=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C94E is #2736B1. Grayscale: #BFBFBF. Windows color (decimal): -2569906 or 5163480. OLE color: 5163480.

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

Color convert

RGB21620178-
CMYK00.070.640.15
HSL53.48º63.89%57.65%-
HSV(B)53.48º63.89%84.71%-
XYZ50.5856.9215.53-
YUV191.4663.97145.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 78 (30.86% from 255) = 15.76%
R=43.64%
G=40.61%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162017800.070.640.1553.4863.8957.65
HexD8C94E0740F35403a
Octal33031111607100176510072
Binary110110001100100110011100111100000011111101011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C94E; }

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

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

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

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

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

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

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

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