#D5BD4E

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

Shades of Confetti #D5BD4E

Tints of Confetti #D5BD4E

Color information

#D5BD4E (or 0xD5BD4E) is unknown color: approx Confetti. HEX triplet: D5, BD and 4E. RGB value is (213,189,78). Sum of RGB (Red+Green+Blue) = 213+189+78=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BD4E is #2A42B1. Grayscale: #B7B7B7. Windows color (decimal): -2769586 or 5160405. OLE color: 5160405.

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

Color convert

RGB21318978-
CMYK00.110.630.16
HSL49.33º61.64%57.06%-
HSV(B)49.33º63.38%83.53%-
XYZ47.0151.0914.59-
YUV183.5268.45149.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 189 (74.22% from 255) = 39.38%
BLUE value IS 78 (30.86% from 255) = 16.25%
R=44.38%
G=39.38%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131897800.110.630.1649.3361.6457.06
HexD5BD4E0B3F10313e39
Octal3252751160137720617671
Binary110101011011110110011100101111111110000110001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BD4E; }

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

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

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

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

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

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

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

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