#D5C94D

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

Shades of Confetti #D5C94D

Tints of Confetti #D5C94D

Color information

#D5C94D (or 0xD5C94D) is unknown color: approx Confetti. HEX triplet: D5, C9 and 4D. RGB value is (213,201,77). Sum of RGB (Red+Green+Blue) = 213+201+77=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C94D is #2A36B2. Grayscale: #BEBEBE. Windows color (decimal): -2766515 or 5097941. OLE color: 5097941.

HSL color Cylindrical-coordinate representation of color #D5C94D: hue angle of 54.71º 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 #D5C94D is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB21320177-
CMYK00.060.640.16
HSL54.71º61.82%56.86%-
HSV(B)54.71º63.85%83.53%-
XYZ49.6756.4615.3-
YUV190.4563.98144.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 77 (30.47% from 255) = 15.68%
R=43.38%
G=40.94%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132017700.060.640.1654.7161.8256.86
HexD5C94D064010373e39
Octal3253111150610020677671
Binary110101011100100110011010110100000010000110111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C94D; }

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

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

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

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

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

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

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

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