#D5C851

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

Shades of Confetti #D5C851

Tints of Confetti #D5C851

Color information

#D5C851 (or 0xD5C851) is unknown color: approx Confetti. HEX triplet: D5, C8 and 51. RGB value is (213,200,81). Sum of RGB (Red+Green+Blue) = 213+200+81=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C851 is #2A37AE. Grayscale: #BEBEBE. Windows color (decimal): -2766767 or 5359829. OLE color: 5359829.

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

Color convert

RGB21320081-
CMYK00.060.620.16
HSL54.09º61.11%57.65%-
HSV(B)54.09º61.97%83.53%-
XYZ49.5856.0515.99-
YUV190.3266.31144.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 81 (32.03% from 255) = 16.40%
R=43.12%
G=40.49%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132008100.060.620.1654.0961.1157.65
HexD5C851063E10363d3a
Octal325310121067620667572
Binary11010101110010001010001011011111010000110110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C851; }

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

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

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

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

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

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

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

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