#D5BF48

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

Shades of Confetti #D5BF48

Tints of Confetti #D5BF48

Color information

#D5BF48 (or 0xD5BF48) is unknown color: approx Confetti. HEX triplet: D5, BF and 48. RGB value is (213,191,72). Sum of RGB (Red+Green+Blue) = 213+191+72=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF48 is #2A40B7. Grayscale: #B8B8B8. Windows color (decimal): -2769080 or 4767701. OLE color: 4767701.

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

Color convert

RGB21319172-
CMYK00.100.660.16
HSL50.64º62.67%55.88%-
HSV(B)50.64º66.2%83.53%-
XYZ47.2451.8813.65-
YUV184.0164.79148.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.75%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 72 (28.52% from 255) = 15.13%
R=44.75%
G=40.13%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131917200.100.660.1650.6462.6755.88
HexD5BF480A4210333f38
Octal32527711001210220637770
Binary1101010110111111100100001010100001010000110011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BF48; }

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

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

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

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

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

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

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

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