#D7CD53

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

Shades of Confetti #D7CD53

Tints of Confetti #D7CD53

Color information

#D7CD53 (or 0xD7CD53) is unknown color: approx Confetti. HEX triplet: D7, CD and 53. RGB value is (215,205,83). Sum of RGB (Red+Green+Blue) = 215+205+83=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CD53 is #2832AC. Grayscale: #C2C2C2. Windows color (decimal): -2634413 or 5492183. OLE color: 5492183.

HSL color Cylindrical-coordinate representation of color #D7CD53: hue angle of 55.45º 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 #D7CD53 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21520583-
CMYK00.050.610.16
HSL55.45º62.26%58.43%-
HSV(B)55.45º61.4%84.31%-
XYZ51.4258.7316.81-
YUV194.0865.31142.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.74%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 83 (32.81% from 255) = 16.50%
R=42.74%
G=40.76%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152058300.050.610.1655.4562.2658.43
HexD7CD53053D10373e3a
Octal327315123057520677672
Binary11010111110011011010011010111110110000110111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CD53; }

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

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

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

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

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

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

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

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