#D6CD53

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

Shades of Confetti #D6CD53

Tints of Confetti #D6CD53

Color information

#D6CD53 (or 0xD6CD53) is unknown color: approx Confetti. HEX triplet: D6, CD and 53. RGB value is (214,205,83). Sum of RGB (Red+Green+Blue) = 214+205+83=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD53 is #2932AC. Grayscale: #C2C2C2. Windows color (decimal): -2699949 or 5492182. OLE color: 5492182.

HSL color Cylindrical-coordinate representation of color #D6CD53: hue angle of 55.88º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6CD53 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21420583-
CMYK00.040.610.16
HSL55.88º61.5%58.24%-
HSV(B)55.88º61.21%83.92%-
XYZ51.1258.5816.8-
YUV193.7865.48142.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 83 (32.81% from 255) = 16.53%
R=42.63%
G=40.84%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142058300.040.610.1655.8861.558.24
HexD6CD53043D10383e3a
Octal326315123047520707672
Binary11010110110011011010011010011110110000111000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CD53; }

 p { color: rgb(214,205,83); }

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

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

 a { background-color: rgb(214,205,83); }

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

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

 span { border-color: rgb(214,205,83); }

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