#D3C650

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

Shades of Confetti #D3C650

Tints of Confetti #D3C650

Color information

#D3C650 (or 0xD3C650) is unknown color: approx Confetti. HEX triplet: D3, C6 and 50. RGB value is (211,198,80). Sum of RGB (Red+Green+Blue) = 211+198+80=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C650 is #2C39AF. Grayscale: #BCBCBC. Windows color (decimal): -2898352 or 5293779. OLE color: 5293779.

HSL color Cylindrical-coordinate representation of color #D3C650: hue angle of 54.05º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3C650 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB21119880-
CMYK00.060.620.17
HSL54.05º59.82%57.06%-
HSV(B)54.05º62.09%82.75%-
XYZ48.5154.8215.61-
YUV188.4466.81144.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.15%
GREEN value IS 198 (77.73% from 255) = 40.49%
BLUE value IS 80 (31.64% from 255) = 16.36%
R=43.15%
G=40.49%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111988000.060.620.1754.0559.8257.06
HexD3C650063E11363c39
Octal323306120067621667471
Binary11010011110001101010000011011111010001110110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C650; }

 p { color: rgb(211,198,80); }

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

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

 a { background-color: rgb(211,198,80); }

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

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

 span { border-color: rgb(211,198,80); }

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