#D5C654

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

Shades of Confetti #D5C654

Tints of Confetti #D5C654

Color information

#D5C654 (or 0xD5C654) is unknown color: approx Confetti. HEX triplet: D5, C6 and 54. RGB value is (213,198,84). Sum of RGB (Red+Green+Blue) = 213+198+84=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C654 is #2A39AB. Grayscale: #BDBDBD. Windows color (decimal): -2767276 or 5555925. OLE color: 5555925.

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

Color convert

RGB21319884-
CMYK00.070.610.16
HSL53.02º60.56%58.24%-
HSV(B)53.02º60.56%83.53%-
XYZ49.2355.1716.44-
YUV189.4968.47144.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 84 (33.20% from 255) = 16.97%
R=43.03%
G=40%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131988400.070.610.1653.0260.5658.24
HexD5C654073D10353d3a
Octal325306124077520657572
Binary11010101110001101010100011111110110000110101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C654; }

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

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

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

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

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

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

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

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