#D5C651

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

Shades of Confetti #D5C651

Tints of Confetti #D5C651

Color information

#D5C651 (or 0xD5C651) is unknown color: approx Confetti. HEX triplet: D5, C6 and 51. RGB value is (213,198,81). Sum of RGB (Red+Green+Blue) = 213+198+81=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C651 is #2A39AE. Grayscale: #BDBDBD. Windows color (decimal): -2767279 or 5359317. OLE color: 5359317.

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

Color convert

RGB21319881-
CMYK00.070.620.16
HSL53.18º61.11%57.65%-
HSV(B)53.18º61.97%83.53%-
XYZ49.1255.1315.84-
YUV189.1566.97145.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 81 (32.03% from 255) = 16.46%
R=43.29%
G=40.24%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131988100.070.620.1653.1861.1157.65
HexD5C651073E10353d3a
Octal325306121077620657572
Binary11010101110001101010001011111111010000110101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C651; }

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

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

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

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

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

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

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

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