#D5BF4E

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

Shades of Confetti #D5BF4E

Tints of Confetti #D5BF4E

Color information

#D5BF4E (or 0xD5BF4E) is unknown color: approx Confetti. HEX triplet: D5, BF and 4E. RGB value is (213,191,78). Sum of RGB (Red+Green+Blue) = 213+191+78=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF4E is #2A40B1. Grayscale: #B9B9B9. Windows color (decimal): -2769074 or 5160917. OLE color: 5160917.

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

Color convert

RGB21319178-
CMYK00.100.630.16
HSL50.22º61.64%57.06%-
HSV(B)50.22º63.38%83.53%-
XYZ47.4551.9614.74-
YUV184.767.79148.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 78 (30.86% from 255) = 16.18%
R=44.19%
G=39.63%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131917800.100.630.1650.2261.6457.06
HexD5BF4E0A3F10323e39
Octal3252771160127720627671
Binary110101011011111110011100101011111110000110010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BF4E; }

 p { color: rgb(213,191,78); }

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

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

 a { background-color: rgb(213,191,78); }

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

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

 span { border-color: rgb(213,191,78); }

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