#D8CD55

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

Shades of Confetti #D8CD55

Tints of Confetti #D8CD55

Color information

#D8CD55 (or 0xD8CD55) is unknown color: approx Confetti. HEX triplet: D8, CD and 55. RGB value is (216,205,85). Sum of RGB (Red+Green+Blue) = 216+205+85=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD55 is #2732AA. Grayscale: #C3C3C3. Windows color (decimal): -2568875 or 5623256. OLE color: 5623256.

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

Color convert

RGB21620585-
CMYK00.050.610.15
HSL54.96º62.68%59.02%-
HSV(B)54.96º60.65%84.71%-
XYZ51.7958.9217.24-
YUV194.6166.14143.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 85 (33.59% from 255) = 16.80%
R=42.69%
G=40.51%
B=16.80%

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
Decimal2162058500.050.610.1554.9662.6859.02
HexD8CD55053DF373f3b
Octal330315125057517677773
Binary1101100011001101101010101011111011111110111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CD55; }

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

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

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

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

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

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

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

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