#d8be49

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

Shades of Confetti #D8BE49

Tints of Confetti #D8BE49

Color information

#D8BE49 (or 0xD8BE49) is unknown color: approx Confetti. HEX triplet: D8, BE and 49. RGB value is (216,190,73). Sum of RGB (Red+Green+Blue) = 216+190+73=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BE49 is #2741B6. Grayscale: #B8B8B8. Windows color (decimal): -2572727 or 4832984. OLE color: 4832984.

HSL color Cylindrical-coordinate representation of color #D8BE49: hue angle of 49.09º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8BE49 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21619073-
CMYK00.120.660.15
HSL49.09º64.71%56.67%-
HSV(B)49.09º66.2%84.71%-
XYZ47.9351.9113.8-
YUV184.4465.11150.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 73 (28.91% from 255) = 15.24%
R=45.09%
G=39.67%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161907300.120.660.1549.0964.7156.67
HexD8BE490C42F314139
Octal330276111014102176110171
Binary1101100010111110100100101100100001011111100011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8be49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8be49; }

 p { color: rgb(216,190,73); }

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

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

 a { background-color: rgb(216,190,73); }

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

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

 span { border-color: rgb(216,190,73); }

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