#D7BE4E

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

Shades of Confetti #D7BE4E

Tints of Confetti #D7BE4E

Color information

#D7BE4E (or 0xD7BE4E) is unknown color: approx Confetti. HEX triplet: D7, BE and 4E. RGB value is (215,190,78). Sum of RGB (Red+Green+Blue) = 215+190+78=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BE4E is #2841B1. Grayscale: #B9B9B9. Windows color (decimal): -2638258 or 5160663. OLE color: 5160663.

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

Color convert

RGB21519078-
CMYK00.120.640.16
HSL49.05º63.13%57.45%-
HSV(B)49.05º63.72%84.31%-
XYZ47.8151.8214.69-
YUV184.7167.78149.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 78 (30.86% from 255) = 16.15%
R=44.51%
G=39.34%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151907800.120.640.1649.0563.1357.45
HexD7BE4E0C4010313f39
Octal32727611601410020617771
Binary1101011110111110100111001100100000010000110001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BE4E; }

 p { color: rgb(215,190,78); }

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

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

 a { background-color: rgb(215,190,78); }

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

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

 span { border-color: rgb(215,190,78); }

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