#D5C54C

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

Shades of Confetti #D5C54C

Tints of Confetti #D5C54C

Color information

#D5C54C (or 0xD5C54C) is unknown color: approx Confetti. HEX triplet: D5, C5 and 4C. RGB value is (213,197,76). Sum of RGB (Red+Green+Blue) = 213+197+76=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C54C is #2A3AB3. Grayscale: #BCBCBC. Windows color (decimal): -2767540 or 5031381. OLE color: 5031381.

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

Color convert

RGB21319776-
CMYK00.080.640.16
HSL52.99º61.99%56.67%-
HSV(B)52.99º64.32%83.53%-
XYZ48.7154.614.81-
YUV187.9964.8145.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 197 (77.34% from 255) = 40.53%
BLUE value IS 76 (30.08% from 255) = 15.64%
R=43.83%
G=40.53%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131977600.080.640.1652.9961.9956.67
HexD5C54C084010353e39
Octal32530511401010020657671
Binary1101010111000101100110001000100000010000110101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C54C; }

 p { color: rgb(213,197,76); }

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

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

 a { background-color: rgb(213,197,76); }

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

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

 span { border-color: rgb(213,197,76); }

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