#D1D055

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

Shades of Confetti #D1D055

Tints of Confetti #D1D055

Color information

#D1D055 (or 0xD1D055) is unknown color: approx Confetti. HEX triplet: D1, D0 and 55. RGB value is (209,208,85). Sum of RGB (Red+Green+Blue) = 209+208+85=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D055 is #2E2FAA. Grayscale: #C2C2C2. Windows color (decimal): -3026859 or 5624017. OLE color: 5624017.

HSL color Cylindrical-coordinate representation of color #D1D055: hue angle of 59.52º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1D055 is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20920885-
CMYK00.000.590.18
HSL59.52º57.41%57.65%-
HSV(B)59.52º59.33%81.96%-
XYZ50.4959.3217.38-
YUV194.2866.33138.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.63%
GREEN value IS 208 (81.64% from 255) = 41.43%
BLUE value IS 85 (33.59% from 255) = 16.93%
R=41.63%
G=41.43%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092088500.000.590.1859.5257.4157.65
HexD1D055003B123c393a
Octal321320125007322747172
Binary110100011101000010101010011101110010111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D055; }

 p { color: rgb(209,208,85); }

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

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

 a { background-color: rgb(209,208,85); }

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

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

 span { border-color: rgb(209,208,85); }

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