#D5D14D

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

Shades of Confetti #D5D14D

Tints of Confetti #D5D14D

Color information

#D5D14D (or 0xD5D14D) is unknown color: approx Confetti. HEX triplet: D5, D1 and 4D. RGB value is (213,209,77). Sum of RGB (Red+Green+Blue) = 213+209+77=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D14D is #2A2EB2. Grayscale: #C3C3C3. Windows color (decimal): -2764467 or 5099989. OLE color: 5099989.

HSL color Cylindrical-coordinate representation of color #D5D14D: hue angle of 58.24º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5D14D is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21320977-
CMYK00.020.640.16
HSL58.24º61.82%56.86%-
HSV(B)58.24º63.85%83.53%-
XYZ51.5860.2815.94-
YUV195.1561.33140.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 77 (30.47% from 255) = 15.43%
R=42.69%
G=41.88%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132097700.020.640.1658.2461.8256.86
HexD5D14D0240103a3e39
Octal3253211150210020727671
Binary11010101110100011001101010100000010000111010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D14D; }

 p { color: rgb(213,209,77); }

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

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

 a { background-color: rgb(213,209,77); }

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

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

 span { border-color: rgb(213,209,77); }

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