#d8bd4c

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

Shades of Confetti #D8BD4C

Tints of Confetti #D8BD4C

Color information

#D8BD4C (or 0xD8BD4C) is unknown color: approx Confetti. HEX triplet: D8, BD and 4C. RGB value is (216,189,76). Sum of RGB (Red+Green+Blue) = 216+189+76=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BD4C is #2742B3. Grayscale: #B8B8B8. Windows color (decimal): -2572980 or 5029336. OLE color: 5029336.

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

Color convert

RGB21618976-
CMYK00.120.650.15
HSL48.43º64.22%57.25%-
HSV(B)48.43º64.81%84.71%-
XYZ47.8251.5214.26-
YUV184.1966.95150.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 76 (30.08% from 255) = 15.80%
R=44.91%
G=39.29%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161897600.120.650.1548.4364.2257.25
HexD8BD4C0C41F304039
Octal330275114014101176010071
Binary1101100010111101100110001100100000111111100001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8bd4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8bd4c; }

 p { color: rgb(216,189,76); }

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

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

 a { background-color: rgb(216,189,76); }

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

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

 span { border-color: rgb(216,189,76); }

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