#D3C552

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

Shades of Confetti #D3C552

Tints of Confetti #D3C552

Color information

#D3C552 (or 0xD3C552) is unknown color: approx Confetti. HEX triplet: D3, C5 and 52. RGB value is (211,197,82). Sum of RGB (Red+Green+Blue) = 211+197+82=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C552 is #2C3AAD. Grayscale: #BCBCBC. Windows color (decimal): -2898606 or 5424595. OLE color: 5424595.

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

Color convert

RGB21119782-
CMYK00.070.610.17
HSL53.49º59.45%57.45%-
HSV(B)53.49º61.14%82.75%-
XYZ48.3554.3915.93-
YUV188.0868.14144.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.06%
GREEN value IS 197 (77.34% from 255) = 40.20%
BLUE value IS 82 (32.42% from 255) = 16.73%
R=43.06%
G=40.20%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111978200.070.610.1753.4959.4557.45
HexD3C552073D11353b39
Octal323305122077521657371
Binary11010011110001011010010011111110110001110101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C552; }

 p { color: rgb(211,197,82); }

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

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

 a { background-color: rgb(211,197,82); }

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

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

 span { border-color: rgb(211,197,82); }

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