#D1C149

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

Shades of Confetti #D1C149

Tints of Confetti #D1C149

Color information

#D1C149 (or 0xD1C149) is unknown color: approx Confetti. HEX triplet: D1, C1 and 49. RGB value is (209,193,73). Sum of RGB (Red+Green+Blue) = 209+193+73=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C149 is #2E3EB6. Grayscale: #B8B8B8. Windows color (decimal): -3030711 or 4833745. OLE color: 4833745.

HSL color Cylindrical-coordinate representation of color #D1C149: hue angle of 52.94º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1C149 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB20919373-
CMYK00.080.650.18
HSL52.94º59.65%55.29%-
HSV(B)52.94º65.07%81.96%-
XYZ46.5752.1813.92-
YUV184.165.3145.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 73 (28.91% from 255) = 15.37%
R=44%
G=40.63%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091937300.080.650.1852.9459.6555.29
HexD1C149084112353c37
Octal32130111101010122657467
Binary1101000111000001100100101000100000110010110101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C149; }

 p { color: rgb(209,193,73); }

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

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

 a { background-color: rgb(209,193,73); }

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

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

 span { border-color: rgb(209,193,73); }

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