#d5c546

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

Shades of Confetti #D5C546

Tints of Confetti #D5C546

Color information

#D5C546 (or 0xD5C546) is unknown color: approx Confetti. HEX triplet: D5, C5 and 46. RGB value is (213,197,70). Sum of RGB (Red+Green+Blue) = 213+197+70=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C546 is #2A3AB9. Grayscale: #BBBBBB. Windows color (decimal): -2767546 or 4638165. OLE color: 4638165.

HSL color Cylindrical-coordinate representation of color #D5C546: hue angle of 53.29º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5C546 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21319770-
CMYK00.080.670.16
HSL53.29º63%55.49%-
HSV(B)53.29º67.14%83.53%-
XYZ48.5154.5213.76-
YUV187.3161.8146.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 197 (77.34% from 255) = 41.04%
BLUE value IS 70 (27.73% from 255) = 14.58%
R=44.38%
G=41.04%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131977000.080.670.1653.296355.49
HexD5C546084310353f37
Octal32530510601010320657767
Binary1101010111000101100011001000100001110000110101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5c546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5c546; }

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

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

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

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

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

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

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

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