#D8CD54

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

Shades of Confetti #D8CD54

Tints of Confetti #D8CD54

Color information

#D8CD54 (or 0xD8CD54) is unknown color: approx Confetti. HEX triplet: D8, CD and 54. RGB value is (216,205,84). Sum of RGB (Red+Green+Blue) = 216+205+84=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD54 is #2732AB. Grayscale: #C2C2C2. Windows color (decimal): -2568876 or 5557720. OLE color: 5557720.

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

Color convert

RGB21620584-
CMYK00.050.610.15
HSL55º62.86%58.82%-
HSV(B)55º61.11%84.71%-
XYZ51.7558.917.03-
YUV194.4965.64143.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 84 (33.20% from 255) = 16.63%
R=42.77%
G=40.59%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162058400.050.610.155562.8658.82
HexD8CD54053DF373f3b
Octal330315124057517677773
Binary1101100011001101101010001011111011111110111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD54; }

 p { color: rgb(216,205,84); }

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

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

 a { background-color: rgb(216,205,84); }

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

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

 span { border-color: rgb(216,205,84); }

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