#D5C854

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

Shades of Confetti #D5C854

Tints of Confetti #D5C854

Color information

#D5C854 (or 0xD5C854) is unknown color: approx Confetti. HEX triplet: D5, C8 and 54. RGB value is (213,200,84). Sum of RGB (Red+Green+Blue) = 213+200+84=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C854 is #2A37AB. Grayscale: #BFBFBF. Windows color (decimal): -2766764 or 5556437. OLE color: 5556437.

HSL color Cylindrical-coordinate representation of color #D5C854: hue angle of 53.95º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5C854 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21320084-
CMYK00.060.610.16
HSL53.95º60.56%58.24%-
HSV(B)53.95º60.56%83.53%-
XYZ49.756.0916.6-
YUV190.6667.81143.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 200 (78.52% from 255) = 40.24%
BLUE value IS 84 (33.20% from 255) = 16.90%
R=42.86%
G=40.24%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132008400.060.610.1653.9560.5658.24
HexD5C854063D10363d3a
Octal325310124067520667572
Binary11010101110010001010100011011110110000110110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C854; }

 p { color: rgb(213,200,84); }

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

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

 a { background-color: rgb(213,200,84); }

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

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

 span { border-color: rgb(213,200,84); }

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