#D3CE53

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

Shades of Confetti #D3CE53

Tints of Confetti #D3CE53

Color information

#D3CE53 (or 0xD3CE53) is unknown color: approx Confetti. HEX triplet: D3, CE and 53. RGB value is (211,206,83). Sum of RGB (Red+Green+Blue) = 211+206+83=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CE53 is #2C31AC. Grayscale: #C1C1C1. Windows color (decimal): -2896301 or 5492435. OLE color: 5492435.

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

Color convert

RGB21120683-
CMYK00.020.610.17
HSL57.66º59.26%57.65%-
HSV(B)57.66º60.66%82.75%-
XYZ50.558.6216.84-
YUV193.4765.66140.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.2%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 83 (32.81% from 255) = 16.6%
R=42.2%
G=41.2%
B=16.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112068300.020.610.1757.6659.2657.65
HexD3CE53023D113a3b3a
Octal323316123027521727372
Binary1101001111001110101001101011110110001111010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CE53; }

 p { color: rgb(211,206,83); }

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

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

 a { background-color: rgb(211,206,83); }

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

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

 span { border-color: rgb(211,206,83); }

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