#D9D54B

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

Shades of Confetti #D9D54B

Tints of Confetti #D9D54B

Color information

#D9D54B (or 0xD9D54B) is unknown color: approx Confetti. HEX triplet: D9, D5 and 4B. RGB value is (217,213,75). Sum of RGB (Red+Green+Blue) = 217+213+75=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D54B is #262AB4. Grayscale: #C7C7C7. Windows color (decimal): -2501301 or 4969945. OLE color: 4969945.

HSL color Cylindrical-coordinate representation of color #D9D54B: hue angle of 58.31º degrees, saturation: 0.65, 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 #D9D54B is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21721375-
CMYK00.020.650.15
HSL58.31º65.14%57.25%-
HSV(B)58.31º65.44%85.1%-
XYZ53.6862.8515.96-
YUV198.4658.33141.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.97%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 75 (29.69% from 255) = 14.85%
R=42.97%
G=42.18%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172137500.020.650.1558.3165.1457.25
HexD9D54B0241F3a4139
Octal33132511302101177210171
Binary11011001110101011001011010100000111111110101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D54B; }

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

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

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

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

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

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

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

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