#D8CE55

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

Shades of Confetti #D8CE55

Tints of Confetti #D8CE55

Color information

#D8CE55 (or 0xD8CE55) is unknown color: approx Confetti. HEX triplet: D8, CE and 55. RGB value is (216,206,85). Sum of RGB (Red+Green+Blue) = 216+206+85=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE55 is #2731AA. Grayscale: #C3C3C3. Windows color (decimal): -2568619 or 5623512. OLE color: 5623512.

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

Color convert

RGB21620685-
CMYK00.050.610.15
HSL55.42º62.68%59.02%-
HSV(B)55.42º60.65%84.71%-
XYZ52.0359.417.32-
YUV195.265.81142.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 85 (33.59% from 255) = 16.77%
R=42.60%
G=40.63%
B=16.77%

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
Decimal2162068500.050.610.1555.4262.6859.02
HexD8CE55053DF373f3b
Octal330316125057517677773
Binary1101100011001110101010101011111011111110111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CE55; }

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

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

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

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

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

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

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

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