#D5BD4B

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

Shades of Confetti #D5BD4B

Tints of Confetti #D5BD4B

Color information

#D5BD4B (or 0xD5BD4B) is unknown color: approx Confetti. HEX triplet: D5, BD and 4B. RGB value is (213,189,75). Sum of RGB (Red+Green+Blue) = 213+189+75=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BD4B is #2A42B4. Grayscale: #B7B7B7. Windows color (decimal): -2769589 or 4963797. OLE color: 4963797.

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

Color convert

RGB21318975-
CMYK00.110.650.16
HSL49.57º62.16%56.47%-
HSV(B)49.57º64.79%83.53%-
XYZ46.9151.0514.04-
YUV183.1866.95149.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 75 (29.69% from 255) = 15.72%
R=44.65%
G=39.62%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131897500.110.650.1649.5762.1656.47
HexD5BD4B0B4110323e38
Octal32527511301310120627670
Binary1101010110111101100101101011100000110000110010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BD4B; }

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

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

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

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

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

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

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

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